mirror of
https://github.com/anope/anope.git
synced 2026-07-05 04:53:12 +02:00
Move the var to set the time out into the same javascript tag that is used for the modal as it's related
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<title>{TITLE}</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
var t=5000; // Time in ms to display an overlay if one will be displayed
|
||||
</script>
|
||||
{IF EXISTS CMDR}
|
||||
<script type="text/javascript">
|
||||
var t=5000; // Time in ms to display an overlay if one will be displayed
|
||||
|
||||
$(document).ready(function() \{
|
||||
|
||||
/*Modal*/
|
||||
|
||||
Reference in New Issue
Block a user