projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d39d2a
)
add a note that this widget may not work on older Browsers as IE8, MKWS-309
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 24 Oct 2014 09:57:42 +0000
(09:57 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 24 Oct 2014 09:57:42 +0000
(09:57 +0000)
examples/htdocs/dict.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/dict.html
b/examples/htdocs/dict.html
index
8aa4bcd
..
c63f983
100644
(file)
--- a/
examples/htdocs/dict.html
+++ b/
examples/htdocs/dict.html
@@
-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