From 8ed03c83c7f62008b35e7c9ccba16cf8170d2dec Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 16 Mar 2014 04:03:00 +0000 Subject: [PATCH] 2 more buttons supported for exmaple --- src/templates/pad.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates/pad.html b/src/templates/pad.html index 82ddd9671..4405e54f4 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -63,16 +63,20 @@ <% } %> + <% if(settings.toolbarItems.indexOf("italic") !== -1){ %>
  • + <% } %> + <% if(settings.toolbarItems.indexOf("underline") !== -1){ %>
  • + <% } %>