Gildas 3 anni fa
parent
commit
24ff31fc43
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .gitignore
  2. 1 1
      src/extension/core/bg/autosave.js

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 /.vscode/
 **/node_modules/
 **/chromedriver.exe
-**/geckodriver.exe
+**/geckodriver.exe

+ 1 - 1
src/extension/core/bg/autosave.js

@@ -229,4 +229,4 @@ function fetch(url, options = {}) {
 		}
 		xhrRequest.send();
 	});
-}
+}