supportbee-planer
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -55,3 +55,3 @@ // Generated by CoffeeScript 1.12.7 | ||
emailDocument = htmlPlaner.createEmailDocument(msgBody, dom); | ||
haveCutQuotations = (htmlPlaner.cutById(emailDocument) || htmlPlaner.cutMicrosoftQuote(emailDocument) || htmlPlaner.cutFromBlock(emailDocument), htmlPlaner.cutBlockQuote(emailDocument) || htmlPlaner.cutGmailQuote(emailDocument)); | ||
haveCutQuotations = htmlPlaner.cutMicrosoftQuote(emailDocument) || htmlPlaner.cutBlockQuote(emailDocument) || htmlPlaner.cutById(emailDocument) || htmlPlaner.cutFromBlock(emailDocument) || htmlPlaner.cutGmailQuote(emailDocument); | ||
emailDocumentCopy = htmlPlaner.createEmailDocument(emailDocument.documentElement.outerHTML, dom); | ||
@@ -58,0 +58,0 @@ numberOfCheckpoints = htmlPlaner.addCheckpoints(emailDocument.body, 0); |
{ | ||
"name": "supportbee-planer", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Remove reply quotations from emails", | ||
@@ -5,0 +5,0 @@ "main": "lib/planer.js", |
Sorry, the diff of this file is not supported yet
99874