Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates.

This commit is contained in:
Nate
2019-08-20 18:15:50 -06:00
parent 25c42fb82c
commit 7ea7101f35
1798 changed files with 171269 additions and 32460 deletions

View File

@@ -604,7 +604,7 @@
echo "\n";
echo " $( document ).ready(function() {\n";
echo " $('#default_setting_search').focus();\n";
echo " $('#default_setting_search').trigger('focus');\n";
if ($search == '') {
echo " // scroll to previous category\n";
echo " var category_span_id;\n";
@@ -1603,7 +1603,7 @@
echo " if (event.which == 13) { submit_form(); }\n";
echo " });\n";
// capture device selection events
echo " $('#device_profile_uuid').change(function(event){ \n";
echo " $('#device_profile_uuid').on('change',function(event){ \n";
echo " if (this.value == '') {\$('#device_profile_edit').hide()} else {\$('#device_profile_edit').show()} \n";
echo " }); \n";
// convert password fields to