summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/js.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/js.html')
-rw-r--r--modules-available/sysconfig/templates/js.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules-available/sysconfig/templates/js.html b/modules-available/sysconfig/templates/js.html
new file mode 100644
index 00000000..9e5da884
--- /dev/null
+++ b/modules-available/sysconfig/templates/js.html
@@ -0,0 +1,11 @@
+<script type="application/javascript"><!--
+document.addEventListener("DOMContentLoaded", function () {
+ checkBuildStatus();
+ $('[data-toggle="tooltip"]').tooltip();
+ $('.confirm-delete').click(function (event) {
+ if (!confirm('{{lang_confirmDeleteQuestion}}')) {
+ event.preventDefault();
+ }
+ });
+}, false);
+// --></script> \ No newline at end of file