client/js/defaults.js
changeset 512 480c1d2d6915
parent 489 7f25a4453865
parent 511 4a48a1a9fd1e
child 515 5fbcc117e8fe
--- a/client/js/defaults.js	Wed Sep 09 13:10:01 2015 +0200
+++ b/client/js/defaults.js	Wed Sep 09 15:05:30 2015 +0200
@@ -50,6 +50,10 @@
     default_view: false,
         /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */
 
+    /* URL parsing */
+    update_url:true,
+        /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */
+    
 
     /* TOP BAR BUTTONS */
     show_search_field: true,