From 3101c5fa2207a5de93bacf520489c2292162b9b1 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 28 Jan 2021 09:43:14 -0500 Subject: [PATCH] Upload non-filtered rules to cloud storage Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1472 --- src/js/dyna-rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/dyna-rules.js b/src/js/dyna-rules.js index 6fcf3c226..0e489bfab 100644 --- a/src/js/dyna-rules.js +++ b/src/js/dyna-rules.js @@ -618,7 +618,7 @@ const editSaveHandler = function() { /******************************************************************************/ self.cloud.onPush = function() { - return mergeView.leftOriginal().getValue().trim(); + return thePanes.orig.original.join('\n'); }; self.cloud.onPull = function(data, append) {