bugfix. inputs we're not possible to focus in popups in firefox

This commit is contained in:
Hannes Mannerheim 2015-07-02 00:25:55 +02:00
parent 18536da247
commit 9bf09b7f6d

View File

@ -1348,7 +1348,6 @@ function centerPopUp(thisPopUp) {
thisPopUp.css('margin-top', marginTop + 'px');
thisPopUp.css('margin-left', '-' + (this_modal_width/2) + 'px');
thisPopUp.draggable({ handle: ".modal-header" });
thisPopUp.disableSelection();
}