diff options
Diffstat (limited to 'prosilver/template/forum_fn.js')
-rw-r--r-- | prosilver/template/forum_fn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosilver/template/forum_fn.js b/prosilver/template/forum_fn.js index 4a85858..240fe7e 100644 --- a/prosilver/template/forum_fn.js +++ b/prosilver/template/forum_fn.js @@ -200,7 +200,7 @@ function selectCode(a) // Get ID of code block var e = a.parentNode.parentNode.getElementsByTagName('CODE')[0]; - // Not IE + // Not IE and IE9+ if (window.getSelection) { var s = window.getSelection(); |