Committer: dpetrov
LJSV-1761: Problem with leaving a comments with using mode "turbo" in OperaU trunk/templates/CommentForm/Form.tmpl
Modified: trunk/templates/CommentForm/Form.tmpl =================================================================== --- trunk/templates/CommentForm/Form.tmpl 2011-09-20 06:49:46 UTC (rev 20083) +++ trunk/templates/CommentForm/Form.tmpl 2011-09-20 07:17:35 UTC (rev 20084) @@ -156,7 +156,7 @@ return false; } if (document.getElementById && (document.getSelection || document.selection || window.getSelection)) { - document.write(' <input type="button" value="Quote" onmousedown="quote();" onclick="quote();" tabindex="23" />'); + jQuery('#userpics').append(' <input type="button" value="Quote" onmousedown="quote();" onclick="quote();" tabindex="23" />'); } //--> </script>