diff --git a/client/homebrew/editor/snippets/snippets.js b/client/homebrew/editor/snippets/snippets.js index 94dd4d6dd..72d45226f 100644 --- a/client/homebrew/editor/snippets/snippets.js +++ b/client/homebrew/editor/snippets/snippets.js @@ -95,39 +95,15 @@ module.exports = [ snippet : function(){ return "
1
\n
PART 1 | FANCINESS
\n\n"; } - } - -] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + }, + { + tooltip : "Printer Friendly", + icon : 'fa-print', + snippet : function(){ + return "\n\n"; + } + }, +] \ No newline at end of file