1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Fixed: bbcode buttons not working.

This commit is contained in:
Lóna Lore
2016-03-23 13:05:56 +01:00
parent 8c8e7acf0c
commit f182d412cc

View File

@@ -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();