Revision e673a761 ui/static/snf/js/views.js

b/ui/static/snf/js/views.js
37 37
        },
38 38
        
39 39
        // hide view
40
        hide: function() {
41
            if (!this.visible()) { return this };
40
        hide: function(force) {
41
            if (!this.visible() && !force) { return this };
42 42
            return $(this.el).hide();
43 43
        },
44 44
        

Also available in: Unified diff