silverstripe-blog/javascript/bbcodehelp.js

13 lines
156 B
JavaScript
Raw Permalink Normal View History

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