summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 5898f5c..64f8bea 100644
--- a/js/app.js
+++ b/js/app.js
@@ -82,7 +82,7 @@ function bind () {
})
window.onbeforeunload = function() {
- if (changed && !in_iframe()) return "You have edited this drawing."
+ // if (changed && !in_iframe()) return "You have edited this drawing."
}
function in_iframe () {