Revision 28958b8e snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
289 289
                _.bind(this.show_loading_view, this), 
290 290
                _.bind(this.hide_loading_view, this)
291 291
            );
292

  
293
            $(".custom-image-help").hide();
294
            if (type == 'personal') {
295
                $(".custom-image-help").show();
296
            }
297

  
292 298
            this.update_layout_for_type(type);
293 299
        },
294 300

  

Also available in: Unified diff