From 96c18fe49006fb0cd1c41cb06a2470a081637caf Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Thu, 1 Oct 2015 13:42:33 -0400 Subject: Addresses #5159 by removing hide/show/disable/enable functions to included file --- src/usr/local/www/services_ntpd_gps.php | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/usr/local/www/services_ntpd_gps.php') diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php index f22a7cf..9d39181 100644 --- a/src/usr/local/www/services_ntpd_gps.php +++ b/src/usr/local/www/services_ntpd_gps.php @@ -424,22 +424,6 @@ events.push(function(){ return(hexsum); } - // Hides the
in which the specified input element lives so that the input, its label and help text are hidden - function hideInput(id, hide) { - if(hide) - $('#' + id).parent().parent('div').addClass('hidden'); - else - $('#' + id).parent().parent('div').removeClass('hidden'); - } - - // Hides all elements of the specified class. This will usually be a section or group - function hideClass(s_class, hide) { - if(hide) - $('.' + s_class).hide(); - else - $('.' + s_class).show(); - } - function set_gps_default(type) { $('#gpsnmea').val(0); $('#gpsspeed').val(0); -- cgit v1.1