mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 20:44:48 +02:00
Move bootstrap to core. Removed tipsy (replaced by tooltip)
This commit is contained in:
@@ -193,7 +193,7 @@ $(document).ready(function()
|
||||
|
||||
|
||||
// Tooltips for bbarea.
|
||||
$(".bbcode_buttons").tipsy({gravity: 's',opacity: 1.0, fade: true,html: true});
|
||||
$(".bbcode_buttons").tooltip({placement: 'top',opacity: 1.0, fade: true,html: true});
|
||||
// $("a.e-tip").tipsy({gravity: 'w',opacity: 1.0, fade: true,html: true});
|
||||
// var tabs = $('#tab-container').clone(true);
|
||||
// $('#htmlEditor').append(tabs);
|
||||
|
Reference in New Issue
Block a user