summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-29 14:53:53 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-29 14:53:53 -0500
commit05973e8e744337d9902d1bb61a3b51c514b8e87f (patch)
treeb49d060e5616c371bfd36cdf4314ba68b93d859b /src/usr/local/www/head.inc
parent99a94680d4cf0a7d568621728e7d43f89075ff5b (diff)
parent8fd9052f364f7c0d10d8244f3c1456c67baecc6d (diff)
downloadpfsense-05973e8e744337d9902d1bb61a3b51c514b8e87f.zip
pfsense-05973e8e744337d9902d1bb61a3b51c514b8e87f.tar.gz
Merge pull request #2134 from ExolonDX/branch_04
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 9fb5e08..944bedb 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -86,7 +86,11 @@ if (isset($config['system']['webgui']['webguicss'])) {
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="sortable/sortable-theme-bootstrap.css">
<title><?=$tabtitle?></title>
- <script>var events = events || [];</script>
+ <script type="text/javascript">
+ //<![CDATA[
+ var events = events || [];
+ //]]>
+ </script>
</head>
<?php
@@ -562,7 +566,7 @@ if (are_notices_pending()):?>
</div>
</div>
-<script>
+<script type="text/javascript">
//<![CDATA[
events.push(function(){
$('#clearallnotices').click(function() {
OpenPOWER on IntegriCloud