Commit 3b2f5853 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy, ntp serial) don't trigger set_gps_default on page load. closes...

(legacy, ntp serial) don't trigger set_gps_default on page load. closes https://github.com/opnsense/core/issues/436

(cherry picked from commit a02d0480)
parent 90cae223
......@@ -584,13 +584,4 @@ SureGPS = #Sure Electronics SKG16B
</section>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function() {
setTimeout(function(){
set_gps_default(this.form);
}, 1000);
});
//]]>
</script>
<?php include("foot.inc"); ?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment