Skip to content

Commit

Permalink
Disabled demo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaneijgen committed Jan 23, 2024
1 parent 3c0f090 commit b9a3e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const App = {
loading: true,
options: false,
ignore: false,
demo: true,
demo: false,
};
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion dist/drawsomething.html
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ <h3>We could not fetch your settings at <i>{{url}}</i></h3>
loading: true,
options: false,
ignore: false,
demo: true,
demo: false,
};
},
computed: {
Expand Down

0 comments on commit b9a3e4a

Please sign in to comment.