client/js/renderer/viewrepr.js
changeset 543 5f7bebdcfc0d
parent 525 03aa989092bb
child 547 0ce3dcdf24f7
equal deleted inserted replaced
534:c25e7c9e26a0 543:5f7bebdcfc0d
    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());