Explorar el Código

fixed button refreshing issues

Gildas hace 7 años
padre
commit
fdb6ca8252
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {};
 		}
 	}