Merge pull request #173 from hideheader/update-failure
Updating from Style Manager failure
This commit is contained in:
commit
b9cec8d4f6
|
@ -360,7 +360,7 @@ function doUpdate(event) {
|
||||||
|
|
||||||
// updating the UI will be handled by the general update listener
|
// updating the UI will be handled by the general update listener
|
||||||
lastUpdatedStyleId = updatedCode.id;
|
lastUpdatedStyleId = updatedCode.id;
|
||||||
chrome.runtime.sendMessage(updatedCode);
|
chrome.runtime.sendMessage(updatedCode, function () {});
|
||||||
}
|
}
|
||||||
|
|
||||||
function codeIsEqual(a, b) {
|
function codeIsEqual(a, b) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user