add a note that this widget may not work on older Browsers as IE8, MKWS-309
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 24 Oct 2014 09:57:42 +0000 (09:57 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 24 Oct 2014 09:57:42 +0000 (09:57 +0000)
examples/htdocs/dict.html

index 8aa4bcd..c63f983 100644 (file)
@@ -50,6 +50,7 @@
       var selectedtext="";\r
       var clicking = false;\r
       function clickfunc(e) {\r
+       // may not work on older Browsers, as IE8\r
         var sel = window.getSelection();\r
         //console.log("click: " + sel + "  clicking=" + clicking );\r
         if ( sel != "" && ! clicking ) {\r