Revision 7c90e31b ui/static/snf/js/ui/web/ui_vms_base_view.js

b/ui/static/snf/js/ui/web/ui_vms_base_view.js
191 191
            if (el.parent()[0] != this.sel(selector)[0]) {
192 192
                var cont = this.sel(selector);
193 193
                var self = this;
194
                el.fadeOut(200, function() {
195
                    el.appendTo(cont); 
196
                    el.fadeIn(200);
197
                    self.sel(selector).show(function(){
198
                        $(window).trigger("resize");
199
                    });
200
                });
194

  
195
                el.hide().appendTo(cont).show();
196
                $(window).trigger('resize');
197

  
198
                //el.fadeOut(200, function() {
199
                    //el.appendTo(cont); 
200
                    //el.fadeIn(200);
201
                    //self.sel(selector).show(function(){
202
                        //$(window).trigger("resize");
203
                    //});
204
                //});
201 205
            }
202 206
        },
203 207

  

Also available in: Unified diff