mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
@@ -438,7 +438,7 @@ $(document).ready(function()
|
||||
|
||||
|
||||
// Tooltips for bbarea.
|
||||
$(".bbcode_buttons").tooltip({placement: 'top',opacity: 1.0, fade: true,html: true, container:'body'});
|
||||
$(".bbcode_buttons, a.e-tip").tooltip({placement: 'top',opacity: 1.0, fade: true,html: true, container:'body'});
|
||||
// $("a.e-tip").tipsy({gravity: 'w',opacity: 1.0, fade: true,html: true});
|
||||
// var tabs = $('#tab-container').clone(true);
|
||||
// $('#htmlEditor').append(tabs);
|
||||
|
@@ -2761,5 +2761,5 @@ function sendInfo(handler, container, form) {
|
||||
* Core Auto-load
|
||||
*/
|
||||
$w('autoExternalLinks autoNoHistory autoHide toggleObserver toggleManyObserver scrollToObserver executeAutoSubmit').each( function(f) {
|
||||
e107.runOnLoad(e107Helper[f], null, true);
|
||||
// e107.runOnLoad(e107Helper[f], null, true);
|
||||
});
|
||||
|
Reference in New Issue
Block a user