diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
commit | 2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch) | |
tree | cccf2b45522adfa56167bb0ecb136f22b2c681aa /prosilver/template/forum_fn.js | |
parent | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff) | |
download | forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.gz forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.bz2 forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.xz forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.zip |
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(); |