aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap/responsive.js
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-05-03 12:09:37 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-05-03 12:09:37 +0000
commit79c112f6aea337853209116a1fbd42c534b34370 (patch)
tree35df4cc3b14c2b0faf427aa56923e0f04f84e350 /resources/assets/javascripts/bootstrap/responsive.js
parent33d059072ac4645572b20ca4f66d72fed15dba0c (diff)
fix js errors, fixes #968
Closes #968 Merge request studip/studip!558
Diffstat (limited to 'resources/assets/javascripts/bootstrap/responsive.js')
-rw-r--r--resources/assets/javascripts/bootstrap/responsive.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/assets/javascripts/bootstrap/responsive.js b/resources/assets/javascripts/bootstrap/responsive.js
index 5dffb4e..e7c1aed 100644
--- a/resources/assets/javascripts/bootstrap/responsive.js
+++ b/resources/assets/javascripts/bootstrap/responsive.js
@@ -1,5 +1,3 @@
-/*jslint esversion: 6*/
-
// Build responsive menu on domready or resize
STUDIP.domReady(() => {
const cache = STUDIP.Cache.getInstance('responsive.');