1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +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

@@ -1211,7 +1211,10 @@ $(document).ready(function()
// 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();