summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-19 23:49:31 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-19 23:49:31 +0100
commit1b244d3828e83d3c1677d88d5c6bfcb34debac83 (patch)
tree615e3c5b112e52990ebcf93568263765193ff291 /usr/local/www/system_advanced_notifications.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-1b244d3828e83d3c1677d88d5c6bfcb34debac83.zip
pfsense-1b244d3828e83d3c1677d88d5c6bfcb34debac83.tar.gz
Update SCRIPT tags.
Add CDATA sections to SCRIPT tags in various files
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index 8f5e90a..2ead28d 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -349,6 +349,7 @@ include("head.inc");
</tr>
</table>
<script type="text/javascript">
+//<![CDATA[
jQuery(document).ready(function() {
if (jQuery('#smtpssl').is(':checked')) {
jQuery('#smtptls').prop('disabled', true);
@@ -362,6 +363,7 @@ include("head.inc");
jQuery('#smtptls').change( function() {
jQuery('#smtpssl').prop('disabled', this.checked);
});
+//]]>
</script>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud