* Load local saved data, if the browser is offline or * some other network trouble.
()
| 150 | * some other network trouble. |
| 151 | */ |
| 152 | function loadOldDataFromStore() { |
| 153 | localDataHash = storage.dataHash; |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Increase by {number} the total counter |