--- a/client/js/renderer/viewrepr.js Thu Oct 01 17:16:06 2015 +0200
+++ b/client/js/renderer/viewrepr.js Thu Oct 01 17:37:34 2015 +0200
@@ -62,7 +62,8 @@
_this.showNodes(false);
_this.$.find(".Rk-ShowHiddenNodes").off( "mouseleave" );
});
- if(this.renkan.project.get("views").length > 1 && this.renkan.options.save_view){
+
+ if(this.renkan.project.get("views").length > 0 && this.renkan.options.save_view){
this.$.find(".Rk-ZoomSetSaved").show();
}
},
@@ -84,7 +85,6 @@
} else {
_this.showNodes(false);
}
-
},
saveView: function(){
var _this = this;
@@ -101,6 +101,8 @@
"hidden_nodes": _this.model.get("hidden_nodes")
};
+ this.$.find(".Rk-ZoomSetSaved").show();
+
_this.updateUrl();
},
addHiddenNode: function(_model){