From 3f46c60135292f9821bbd8f5b0949fabb1136787 Mon Sep 17 00:00:00 2001 From: hideheader Date: Thu, 19 May 2016 16:53:45 -0400 Subject: [PATCH] Updating from Style Manager failure https://forum.userstyles.org/discussion/49688/chrome-my-userstyle-wont-get-updated https://github.com/JasonBarnabe/stylish-chrome/issues/172 This is sufficient to make updates work again, but there are underlying problems. --- manage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.js b/manage.js index 0f705a95..fa088bf1 100644 --- a/manage.js +++ b/manage.js @@ -360,7 +360,7 @@ function doUpdate(event) { // updating the UI will be handled by the general update listener lastUpdatedStyleId = updatedCode.id; - chrome.runtime.sendMessage(updatedCode); + chrome.runtime.sendMessage(updatedCode, function () {}); } function codeIsEqual(a, b) {