OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / assets / javascripts / main.js.coffee
index dc06e17..9798118 100644 (file)
@@ -24,8 +24,8 @@ $ ->
   loaded_manifest.init()\r
   loaded_local_manifest.init()\r
   \r
-  #window.onbeforeunload = (e)->\r
-  #  return('leave?')\r
+  window.onbeforeunload = (e)->\r
+    return('leave?')\r
   Backbone.history.start({silent: true, pushState: true, root: '/'})\r
   \r
   Pettanr.cache = new Pettanr.Cache({operators: new Pettanr.Operator({})})\r