We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41899b commit b80f848Copy full SHA for b80f848
web/common-function.js
@@ -1,5 +1,5 @@
1
/*jshint strict:false, node:false */
2
-/*exported run_tests, read_settings_from_cookie, beautify, submitIssue, copyText, selectAll, clearAll, changeToFileContent*/
+/*exported run_tests, read_settings_from_cookie, beautify, submitIssue, copyText, selectAll, clearAll, changeToFileContent, checkForDarkTheme*/
3
var the = {
4
use_codemirror: !window.location.href.match(/without-codemirror/),
5
beautifier_file: window.location.href.match(/debug/) ? 'beautifier' : './beautifier.min',
0 commit comments