about summary refs log tree commit diff stats
path: root/src/pages/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/options')
-rw-r--r--src/pages/options/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/init.js b/src/pages/options/init.js
index a16bfae2..78ea11f3 100644
--- a/src/pages/options/init.js
+++ b/src/pages/options/init.js
@@ -34,4 +34,4 @@ browser.storage.onChanged.addListener(changeTheme)
 
 window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", changeTheme)
 
-if (commonHelper.isRtl) document.getElementsByTagName("body")[0].classList.add("rtl");
\ No newline at end of file
+if (commonHelper.isRtl()) document.getElementsByTagName("body")[0].classList.add("rtl");
\ No newline at end of file