aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-01-11 14:02:59 +0100
committerDaniel Lange <DLange@git.local>2023-01-11 14:02:59 +0100
commita7585dac2116fa25d01b1ee1f9af8b8c2bbbb883 (patch)
tree3f79ad528cb4d9da4af0fd771e220a6ad1f35018
parent62b94a401a7b7646f40061d53761b999f06028d2 (diff)
downloadstikked-fit-a7585dac2116fa25d01b1ee1f9af8b8c2bbbb883.tar.gz
stikked-fit-a7585dac2116fa25d01b1ee1f9af8b8c2bbbb883.tar.bz2
stikked-fit-a7585dac2116fa25d01b1ee1f9af8b8c2bbbb883.zip
Add jquery-ui-selectable-combined.min.js to the bootstrap theme
Fixes "Uncaught TypeError: $(...).selectable is not a function"
-rw-r--r--htdocs/themes/bootstrap/views/view/view_footer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/themes/bootstrap/views/view/view_footer.php b/htdocs/themes/bootstrap/views/view/view_footer.php
index 78bbe60..d4add78 100644
--- a/htdocs/themes/bootstrap/views/view/view_footer.php
+++ b/htdocs/themes/bootstrap/views/view/view_footer.php
@@ -17,8 +17,9 @@ $this->load->view('defaults/stats');
//Javascript
$this->carabiner->js('jquery.js');
-$this->carabiner->js('bootstrap.min.js');
$this->carabiner->js('jquery.timers.js');
+$this->carabiner->js('jquery-ui-selectable-combined.min.js');
+$this->carabiner->js('bootstrap.min.js');
$this->carabiner->js('crypto-js/rollups/aes.js');
$this->carabiner->js('lz-string-1.3.3-min.js');
$this->carabiner->js('filereader.js');

© 2014-2024 Faster IT GmbH | imprint | privacy policy