From 90a4dbaeb09244f41ff84d3c347ca1ea677323a6 Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Tue, 9 Jun 2020 18:03:56 +0100 Subject: [PATCH] Fix jQuery loading * The link to CDN version of jQuery 1.12.4 wouldn't work because it was https * The local version of jQuery was 1.11.3. * Replaced both with a local copy of jQuery 1.12.4 --- public/index.html | 3 +-- public/js/jquery-1.11.3.min.js | 5 ----- public/js/jquery-1.12.4.min.js | 5 +++++ 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 public/js/jquery-1.11.3.min.js create mode 100644 public/js/jquery-1.12.4.min.js diff --git a/public/index.html b/public/index.html index 56f91a8..9d167cd 100644 --- a/public/index.html +++ b/public/index.html @@ -45,8 +45,7 @@
Close
- - +