]> source.dussan.org Git - redmine.git/commitdiff
Merged r11750 from trunk (#12650).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 1 May 2013 12:53:10 +0000 (12:53 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 1 May 2013 12:53:10 +0000 (12:53 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11751 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/context_menu.js

index 6c0b364141151640572f7b85a3ec28705f302dad..a3e1545b22f602ae830aa402b6c84b6b4e8bdb8c 100644 (file)
@@ -186,7 +186,7 @@ function contextMenuCheckSelectionBox(tr, checked) {
 function contextMenuClearDocumentSelection() {
   // TODO
   if (document.selection) {
-    document.selection.clear(); // IE
+    document.selection.empty(); // IE
   } else {
     window.getSelection().removeAllRanges();
   }