bootstrap-wysihtml5 icon indicating copy to clipboard operation
bootstrap-wysihtml5 copied to clipboard

Uncaught TypeError: Object [object Object] has no method 'wysihtml5'

Open avdept opened this issue 11 years ago • 1 comments

When i do something like

$(selector).wysihtml5(); it throws me this error

Uncaught TypeError: Object [object Object] has no method 'wysihtml5'

I have jquery, bootstrap connected separately, since i need them for rest part of code aswell.

avdept avatar Feb 14 '14 15:02 avdept

Seems like wysihtml.js is missing.

Waxolunist avatar Feb 14 '14 15:02 Waxolunist