Commit 9a207877 by Bence Dányi

webui: fix new-group wizard close button

parent 9eb6e5ff
......@@ -192,7 +192,12 @@ $(function() {
$('#modal-container').html(content);
$('#shadow').click(function() {
$('#new-group-wizard').html(content);
})
});
$('#modal .prev').click(function() {
$('#shadow').hide();
$('#modal').hide();
$('#new-group-wizard').html(content);
});
function updateSummary() {
$('#new-group-summary-name').html($('#new-group-name').val());
......
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