--- a/client/js/defaults.js Thu Sep 24 17:47:11 2015 +0200
+++ b/client/js/defaults.js Tue Sep 29 18:47:11 2015 +0200
@@ -47,15 +47,18 @@
/* show zoom buttons */
save_view: true,
/* show buttons to save view */
- 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 */
+ views_parameters: true,
+ /* load parameters (offset + zoom) from the view or use autoscale */
+ views_nodes: true,
+ /* load hidden nodes from the view or show all of them */
default_index_view: -1,
-
+
/* URL parsing */
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) */
+ /* Considered as false if url_parameters is false */
/* TOP BAR BUTTONS */