Skip to content

Commit

Permalink
Remove notification first
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul de Vries committed Dec 24, 2015
1 parent 07a1628 commit 3941996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_touchui/static/js/includes/fullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
text: 'Yes',
addClass: 'btn-primary',
click: function(notice) {
$(document).fullScreen(true);
notice.remove();
$(document).fullScreen(true);
}
}, {
text: 'No',
click: function(notice) {
$(document).trigger("fullscreenchange");
notice.remove();
$(document).trigger("fullscreenchange");
}
}]
},
Expand Down

0 comments on commit 3941996

Please sign in to comment.