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) {