client/js/defaults.js
changeset 547 0ce3dcdf24f7
parent 530 9823b527c3a1
child 554 32c7378d1c28
--- a/client/js/defaults.js	Tue Sep 22 15:35:43 2015 +0200
+++ b/client/js/defaults.js	Thu Sep 24 13:31:13 2015 +0200
@@ -52,7 +52,9 @@
     default_index_view: -1,
     
     /* URL parsing */
-    update_url:true,
+    url_parameters: true,
+        /* accept or not hash parameters in the url */
+    update_url: true,
         /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */