aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/jquery/jquery-ui-theme
diff options
context:
space:
mode:
authorBrend Wanders <brend@13w.nl>2018-06-19 15:15:58 +0200
committerGitHub <noreply@github.com>2018-06-19 15:15:58 +0200
commit018871f404aa105043a53fab07a89c89dc0177ac (patch)
treed5ee4806503abb546e3d6c72c2e5fbc28854275c /lib/scripts/jquery/jquery-ui-theme
parente954c8851f9c53826e551dc50b76ee8ce8990af2 (diff)
downloaddokuwiki-018871f404aa105043a53fab07a89c89dc0177ac.tar.gz
dokuwiki-018871f404aa105043a53fab07a89c89dc0177ac.zip
Change `const` use to `var` for Safari 9 (on iOS)
Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgrade. I am a big fan of progressive enhancement, but because all javascript code is packed together and sent off to the client, this small incompatibility breaks all javascript for safari 9 browsers. Switching these two keywords makes everything work again. There are no other uses of `const` in the codebase as far as I can find. This change has little to no impact on anything else, but slighlty extends the range of supported browsers.
Diffstat (limited to 'lib/scripts/jquery/jquery-ui-theme')
0 files changed, 0 insertions, 0 deletions