Skip to content

Commit

Permalink
Merge pull request #54 from CodeforcesContestHelper/dev
Browse files Browse the repository at this point in the history
Enhance efficiency
  • Loading branch information
tiger2005 authored Aug 10, 2022
2 parents 56e171b + c222ea9 commit d26f007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
try{
var win = nw.Window.get();
setTimeout(function(){win.show();},300);
// win.showDevTools();
}
catch(error){
document.title = 'Codeforces Contest Helper (Website Mode)';
Expand Down
7 changes: 5 additions & 2 deletions problem.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
displayMath: [ // start/end delimiter pairs for display math
['$$$$$$', '$$$$$$'],
],
},
startup: {
elements: ".blockManagerContent",
}
};
</script>
Expand Down Expand Up @@ -234,8 +237,8 @@
alert(x);
}
function reloadMath() {
MathJax.startup.document.state(0);
MathJax.texReset();
// MathJax.startup.document.state(0);
// MathJax.texReset();
MathJax.typeset();
}
</script>
Expand Down

0 comments on commit d26f007

Please sign in to comment.