From 40e0a890a249215da66b352dd20bc462080f1fa0 Mon Sep 17 00:00:00 2001 From: vitalets Date: Sun, 21 Jul 2013 02:37:57 +0400 Subject: [PATCH] updated comments --- src/inputs-ext/wysihtml5/wysihtml5.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/inputs-ext/wysihtml5/wysihtml5.js b/src/inputs-ext/wysihtml5/wysihtml5.js index 12dc33c..8e00647 100644 --- a/src/inputs-ext/wysihtml5/wysihtml5.js +++ b/src/inputs-ext/wysihtml5/wysihtml5.js @@ -1,10 +1,13 @@ /** Bootstrap wysihtml5 editor. Based on [bootstrap-wysihtml5](https://github.com/jhollingworth/bootstrap-wysihtml5). -You should include this input **manually** with dependent js and css files from `inputs-ext` directory. +You should include **manually** distributives of `wysihtml5` and `bootstrap-wysihtml5`: - + + +And also include `wysihtml5.js` from `inputs-ext` directory of x-editable: + **Note:** It's better to use fresh bootstrap-wysihtml5 from it's [master branch](https://github.com/jhollingworth/bootstrap-wysihtml5/tree/master/src) as there is update for correct image insertion.