summaryrefslogtreecommitdiffstats
path: root/frontends/php/js/sbox.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/js/sbox.js')
-rw-r--r--frontends/php/js/sbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/sbox.js b/frontends/php/js/sbox.js
index 6325c480..4c06c1e1 100644
--- a/frontends/php/js/sbox.js
+++ b/frontends/php/js/sbox.js
@@ -252,7 +252,7 @@ deselectall: function(){
if(IE){
document.selection.empty();
}
- else{
+ else if(!KQ){
var sel = window.getSelection();
sel.removeAllRanges();
}