bugfix. inputs we're not possible to focus in popups in firefox
This commit is contained in:
parent
18536da247
commit
9bf09b7f6d
|
@ -1348,7 +1348,6 @@ function centerPopUp(thisPopUp) {
|
||||||
thisPopUp.css('margin-top', marginTop + 'px');
|
thisPopUp.css('margin-top', marginTop + 'px');
|
||||||
thisPopUp.css('margin-left', '-' + (this_modal_width/2) + 'px');
|
thisPopUp.css('margin-left', '-' + (this_modal_width/2) + 'px');
|
||||||
thisPopUp.draggable({ handle: ".modal-header" });
|
thisPopUp.draggable({ handle: ".modal-header" });
|
||||||
thisPopUp.disableSelection();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user