From 19e0b159ba264761f3b931233430322f2a57669f Mon Sep 17 00:00:00 2001 From: Ajay Singh Aswal Date: Wed, 23 Sep 2015 13:39:13 +0530 Subject: [PATCH] Add a horizontal row after the menu and change the text to preview --- js/wysiwyg.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/wysiwyg.js b/js/wysiwyg.js index a2163b3..82dfabc 100644 --- a/js/wysiwyg.js +++ b/js/wysiwyg.js @@ -56,9 +56,10 @@ var template = "
" + "
" + "
" + "
" + + "
" + "
" + "
" + - "
wysiwygsource
" + + "
PreviewSource
" + "
" + "";