6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
|
$(function() {
|
||
|
if ($.isFunction(jsToolBar)) {
|
||
|
var tbUser = new jsToolBar(document.getElementById('disclaimer_text'));
|
||
|
tbUser.draw('xhtml');
|
||
|
}
|
||
|
});
|