Gildas hace 3 años
padre
commit
24ff31fc43
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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();
 	});
-}
+}