1
0
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:
Cameron
2012-11-28 13:25:41 -08:00
parent b261320e76
commit 250ac74fbd
20 changed files with 897 additions and 9318 deletions

View File

@@ -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);