Submit extension version

This commit is contained in:
shinigami-eyes 2019-05-12 16:10:36 +02:00
parent 51c1c1ccf7
commit 7e604146d3
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ function saveLabel(response) {
if (response.secondaryIdentifier)
overrides[response.secondaryIdentifier] = response.mark;
browser.storage.local.set({ overrides: overrides });
response.version = CURRENT_VERSION;
overrides[PENDING_SUBMISSIONS].push(response);
submitPendingRatings();
//console.log(response);