Disabled link on rich textarea
This commit is contained in:
parent
c700701b36
commit
dd03b96e0c
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ $(document).on('page:load', wysihtml5_active);
|
|||
|
||||
function wysihtml5_active (){
|
||||
$('.wysihtml5').each(function(i, elem) {
|
||||
$(elem).wysihtml5({ toolbar:{ "fa": true } });
|
||||
$(elem).wysihtml5({ toolbar:{ "fa": true, "link": false } });
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue