Only confirm exit in public mode

This commit is contained in:
Mattias Erming 2014-12-11 23:42:22 +01:00
parent 9b03be22b2
commit 07a509a862
2 changed files with 10 additions and 9 deletions

View File

@ -775,10 +775,12 @@ $(function() {
}
function confirmExit() {
if ($("body").hasClass("public")) {
window.onbeforeunload = function() {
return "Are you sure you want to navigate away from this page?";
};
}
}
function refresh() {
window.onbeforeunload = null;

View File

@ -1,6 +1,5 @@
/**
* This is just an example theme and does not
* contain anything.
* This is just an empty theme.
*/
body {