FIX: Prevent "Add Page" button being stuck 'focussed'

This commit is contained in:
Loz Calver 2013-12-16 14:44:24 +00:00
parent 288303c43c
commit b964e870aa

View File

@ -109,6 +109,9 @@
$('.cms-container').loadPanel(url, null, data);
e.preventDefault();
// Remove focussed state from button
this.blur();
// $('.cms-page-add-form-dialog').dialog('open');
// e.preventDefault();
}