diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index 94d4c36a3..ba13118fd 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -1206,12 +1206,15 @@ $(document).ready(function() $(this).attr("target",'_blank'); } }); - - - - - - + + + + + + // Store selected textarea. + $('.tbox.bbarea').click(function() { + storeCaret(this); + }); @@ -1444,6 +1447,8 @@ function SyncWithServerTime(serverTime, path, domain) var res = window.screen.width + "x" + window.screen.height; var eself = document.location; +var e107_selectedInputArea; + /* TODO: @SecretR - Object of removal // From http://phpbb.com var clientPC = navigator.userAgent.toLowerCase();