From e8dd95a8309d0812dc449050abb6630f01e355ef Mon Sep 17 00:00:00 2001 From: mappu Date: Wed, 17 May 2023 17:38:32 +1200 Subject: [PATCH] sdk: drop polyfills, use jquery 3 --- static/index.html | 2 +- static/jquery-1.12.4.min.js | 5 ----- static/jquery-3.7.0.min.js | 2 ++ static/sdk.js | 29 +++-------------------------- 4 files changed, 6 insertions(+), 32 deletions(-) delete mode 100644 static/jquery-1.12.4.min.js create mode 100644 static/jquery-3.7.0.min.js diff --git a/static/index.html b/static/index.html index a02f7d8..79a8cf8 100644 --- a/static/index.html +++ b/static/index.html @@ -38,7 +38,7 @@ button.again { - +