Преглед изворни кода

fixed button refreshing issues

Gildas пре 7 година
родитељ
комит
fdb6ca8252
1 измењених фајлова са 1 додато и 0 уклоњено
  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 {};
 		}
 	}