summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
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