Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench authored Nov 13, 2023
1 parent 0543fc8 commit c1d08ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ window.onload = function () {
}
});

// check if rule parameter is in url
// check if hideEditor parameter is in url
if(urlParameter.has('hideEditor')){
let hideEditor = urlParameter.get('hideEditor')
if(hideEditor == 1){
Expand Down

0 comments on commit c1d08ab

Please sign in to comment.