Skip to content
Snippets Groups Projects
Commit a2dfd978 authored by echicken's avatar echicken :chicken:
Browse files

Close the noticebox div; possibly some poll-related things.

parent 22f8b205
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ var strings = { ...@@ -19,7 +19,7 @@ var strings = {
get_poll_data : 'getPollData("%s", %s)', get_poll_data : 'getPollData("%s", %s)',
close : '</script>' close : '</script>'
}, },
notice_box : '<div id="noticebox" class="alert alert-warning">%s<script type="text/javascript">$("#noticebox").fadeOut(3000,function(){$("#noticebox").remove();});</script>', notice_box : '<div id="noticebox" class="alert alert-warning">%s<script type="text/javascript">$("#noticebox").fadeOut(3000,function(){$("#noticebox").remove();});</script></div>',
group_list : { group_list : {
breadcrumb : '<ol class="breadcrumb"><li><a href="./?page=%s">Forum</a></li></ol>', breadcrumb : '<ol class="breadcrumb"><li><a href="./?page=%s">Forum</a></li></ol>',
container : { container : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment