From 9bf09b7f6de0a3f6c61ab817c697965cfd5aac37 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Thu, 2 Jul 2015 00:25:55 +0200 Subject: [PATCH] bugfix. inputs we're not possible to focus in popups in firefox --- js/dom-functions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/dom-functions.js b/js/dom-functions.js index c203ffc..45d64c2 100644 --- a/js/dom-functions.js +++ b/js/dom-functions.js @@ -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(); }