aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/js/filelist.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index bfaee261b11..7a6665b0807 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1540,13 +1540,16 @@
try {
var maxContrastHex = window.getComputedStyle(document.documentElement)
- .getPropertyValue('--color-text-maxcontrast')
+ .getPropertyValue('--color-text-maxcontrast').trim()
+ if (maxContrastHex.length < 4) {
+ throw Error();
+ }
var maxContrast = parseInt(maxContrastHex.substring(1, 3), 16)
} catch(error) {
var maxContrast = OCA.Accessibility
&& OCA.Accessibility.theme === 'themedark'
- ? '130'
- : '118'
+ ? 130
+ : 118
}
// size column