From 59837dd39fee94ff1b591ea2d3d0c2d920013d78 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 17 Jan 2016 10:31:41 -0500 Subject: [PATCH] Added a printer friendly snippet --- client/homebrew/editor/snippets/snippets.js | 42 +++++---------------- 1 file changed, 9 insertions(+), 33 deletions(-) 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