13 lines
156 B
JavaScript
Raw Normal View History

2012-05-21 14:58:26 +12:00
(function($) {
$.entwine('ss', function($){
$('#BBCodeHint').entwine({
onclick: function() {
$('#BBTagsHolder').toggle();
}
});
});
2012-05-21 15:58:40 +12:00
}(jQuery));