mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
13 lines
156 B
JavaScript
13 lines
156 B
JavaScript
(function($) {
|
|
$.entwine('ss', function($){
|
|
|
|
$('#BBCodeHint').entwine({
|
|
onclick: function() {
|
|
$('#BBTagsHolder').toggle();
|
|
}
|
|
});
|
|
|
|
});
|
|
}(jQuery));
|
|
|