From: hickert Date: Wed, 26 Sep 2007 13:04:52 +0000 (+0000) Subject: Udapted checks if msg_dialog movement X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7dc416a3b6561a8b6b4d8098a31e2acea5481422;p=gosa.git Udapted checks if msg_dialog movement git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7412 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/include/focus.js b/html/include/focus.js index 75d22c4f9..a13ccdf52 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -580,7 +580,9 @@ function move_div_by_cursor(e) var cur_id = 0; var dialog = null; - if(enable_move_div_by_cursor){ + + if(undefined !== enable_move_div_by_cursor && enable_move_div_by_cursor == true){ + if(document.getElementById('current_msg_dialogs')){ /* Get mouse position on screen