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