Skip to content

Commit

Permalink
Correct IE JS error
Browse files Browse the repository at this point in the history
Another day, another IE specific error. Stupid IE
  • Loading branch information
wilpig committed Jul 30, 2020
1 parent 4708e7e commit f2a8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ $(document).ready(function(){
$('.jqte_toolbar').hide();
$('#editbtn').hide();
}
} catch {}
} catch(e) {}
});

$('#editbtn').click(function(){
Expand Down

0 comments on commit f2a8e66

Please sign in to comment.