Fixed jQuery to 1.12.4

This commit is contained in:
amikhaylov
2026-05-19 18:40:58 +03:00
parent 50ce65cc46
commit 20450c4ede
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class Controller extends BaseController
protected array $js = [
"functions.js",
"jquery-1.11.3.min.js",
"jquery-1.12.4.min.js",
"bootstrap_old.min.js"
];