Skip to content

Commit

Permalink
Merge pull request #17 from Roky97/RunOptionsBugFix---1.10.1
Browse files Browse the repository at this point in the history
Run options bug fix   1.10.1
  • Loading branch information
stefanogermano committed Sep 17, 2019
2 parents 19dd213 + a17ce21 commit bdd847f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LoIDE",
"version": "1.10.0",
"version": "1.10.1",
"description": "Web-based IDE for Logic Programming",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion resources/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ $(document).ready(function () {

inizializeShortcuts();

restoreOptions();
// restoreOptions();

$('#font-output').change(function (e) {
var size = $(this).val();
Expand Down

0 comments on commit bdd847f

Please sign in to comment.