Commit b5394e24 by Dányi Bence

webui: old event handler removed

parent 716cc5ef
......@@ -77,13 +77,6 @@ $(function() {
$('#modal-container').html($('#new-wm').html());
$('#modal-container .wm .summary').click(toggleDetails);
});
/*
*FIXME Most ez itt miért van 2x??????
*/
$('#new-template-button').click(function() {
$('#modal').show();
$('#modal-container').html($('#new-template').html());
});
$('#new-template-button').click(function() {
$.get('/ajax/templateWizard', function(data) {
$('#modal-container').html(data);
......
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