1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Feature #2746: Fix role tab removal in flow wizard

This commit is contained in:
Carlos Martín 2014-03-10 15:34:37 +01:00
parent 62118622b5
commit 0d15e37ab9

View File

@ -1042,8 +1042,8 @@ function setupCreateServiceTemplateDialog(){
$( "#roles_tabs i.remove-tab" ).live( "click", function() {
var target = $(this).parent().attr("href");
var dd = $(this).closest('dd');
var dl = $(this).closest('.tabs-content');
var content = $(target + 'Tab');
var dl = $(this).closest('dl');
var content = $(target);
dd.remove();
content.remove();