Bläddra i källkod

fixed button refreshing issues

Gildas 7 år sedan
förälder
incheckning
fdb6ca8252
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      extension/core/bg/storage.js

+ 1 - 0
extension/core/bg/storage.js

@@ -40,6 +40,7 @@ singlefile.storage = (() => {
 		if (temporaryData) {
 			return temporaryData;
 		} else {
+			temporaryData = {};
 			return {};
 		}
 	}