Skip to content

Commit

Permalink
fix for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilancohenmoovit committed Jun 1, 2022
1 parent a41899b commit b80f848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/common-function.js
@@ -1,5 +1,5 @@
/*jshint strict:false, node:false */
/*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*/
var the = {
use_codemirror: !window.location.href.match(/without-codemirror/),
beautifier_file: window.location.href.match(/debug/) ? 'beautifier' : './beautifier.min',
Expand Down

0 comments on commit b80f848

Please sign in to comment.