1
0
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:
MatthewM
2012-12-20 23:48:20 -05:00
parent a4d5c40d63
commit 503bda5b28
@@ -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*/