Commit f2c824a5 by tarokkk

webui: Fix template js error

parent 4b620db0
......@@ -113,7 +113,7 @@ $(function() {
});
$('#new-group').click(function() {
var content = $('#new-group-wizard').html();
$('#new-group-wizard').parent()[0].removeChild($('#new-group-wizard')[0]);
// $('#new-group-wizard').parent()[0].removeChild($('#new-group-wizard')[0]);
$('#modal').show();
$('#modal-container').html(content);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment