equal
deleted
inserted
replaced
79 }); |
79 }); |
80 this.$.find(".Rk-ShowHiddenNodes").click( function() { |
80 this.$.find(".Rk-ShowHiddenNodes").click( function() { |
81 _this.showNodes(false); |
81 _this.showNodes(false); |
82 _this.$.find(".Rk-ShowHiddenNodes").off( "mouseleave" ); |
82 _this.$.find(".Rk-ShowHiddenNodes").off( "mouseleave" ); |
83 }); |
83 }); |
84 if(this.renkan.project.get("views").length > 0 && this.renkan.options.save_view){ |
84 if(this.renkan.project.get("views").length > 1 && this.renkan.options.save_view){ |
85 this.$.find(".Rk-ZoomSetSaved").show(); |
85 this.$.find(".Rk-ZoomSetSaved").show(); |
86 } |
86 } |
87 }, |
87 }, |
88 redraw: function(options) { |
88 redraw: function(options) { |
89 //console.log("view : ", this.model.toJSON()); |
89 //console.log("view : ", this.model.toJSON()); |