summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 606aeca..d29c134 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -620,7 +620,8 @@ if ($input_errors)
print_input_errors($input_errors);
?>
-<script>
+<script type="text/javascript">
+//<![CDATA[
var systemGatewaysEditRecalculate = function(){
var interval = $('#interval')[0].value;
@@ -669,6 +670,7 @@ events.push(function(){
systemGatewaysEditRecalculate();
});
+//]]>
</script>
<?php
OpenPOWER on IntegriCloud