(link)
| 854 | |
| 855 | /* istanbul ignore next: if it's javascript don't worry - though probably should show some kind of error message */ |
| 856 | var blockJavascript = function (link) { |
| 857 | if (link.toLowerCase().indexOf('javascript')!==-1) { |
| 858 | return true; |
| 859 | } |
| 860 | return false; |
| 861 | }; |
| 862 | |
| 863 | taRegisterTool('insertImage', { |
| 864 | iconclass: 'fa fa-picture-o', |