|
|
|
|
|
|
|
|
RED.view.redraw(); |
|
|
RED.view.redraw(); |
|
|
setTimeout(function() { |
|
|
setTimeout(function() { |
|
|
$("#btn-deploy").removeClass("disabled").addClass("btn-danger"); |
|
|
$("#btn-deploy").removeClass("disabled").addClass("btn-danger"); |
|
|
|
|
|
$("#btn-import").removeClass("disabled").addClass("btn-success"); |
|
|
}, 1500); |
|
|
}, 1500); |
|
|
$('#btn-deploy').click(function() { save(); }); |
|
|
$('#btn-deploy').click(function() { save(); }); |
|
|
// if the query string has ?info=className, populate info tab |
|
|
// if the query string has ?info=className, populate info tab |