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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user