Jquery upgrade (#12802)

* WIP js upgrades

* trying 3.0

* Event handler changes

* fix alert rule collection loading

* blur fix

* jQuery 3.5
homescreen no warnings

* actually 3.6 include js

* Update bootstrap to 3.4.1

* missed file

* Update and test install process

* cleanup

* attempt to version js files that were updated.
This commit is contained in:
Tony Murray
2021-05-11 08:08:06 -05:00
committed by GitHub
parent fff8b8e832
commit 3d62be5003
107 changed files with 350 additions and 14488 deletions

View File

@@ -254,7 +254,7 @@ function recurring_switch() {
}
}
$('#sched-submit').click('', function(e) {
$('#sched-submit').on("click", function(e) {
e.preventDefault();
// parse start/end to ISO8601
var formData = $('form.schedule-maintenance-form').serializeArray();