Rename files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,6 +6,4 @@ test.sh
|
|||||||
libarchive
|
libarchive
|
||||||
.vscode
|
.vscode
|
||||||
clapack-wasm
|
clapack-wasm
|
||||||
node_modules
|
index.html
|
||||||
package.json
|
|
||||||
package-lock.json
|
|
||||||
@@ -32,7 +32,7 @@ Changing any setting to non-default values requires recompilation
|
|||||||
```
|
```
|
||||||
git clone --depth=1 https://github.com/msqr1/Browser-recognizer &&
|
git clone --depth=1 https://github.com/msqr1/Browser-recognizer &&
|
||||||
cd Browser-recognizer &&
|
cd Browser-recognizer &&
|
||||||
[Name]=[Value]... ./install.sh
|
[Name]=[Value]... ./compile.sh
|
||||||
```
|
```
|
||||||
| Name | Description | Default value |
|
| Name | Description | Default value |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
@@ -80,6 +80,5 @@ If you can't set them, you may use a VERY HACKY workaround at *src/addCOI.js*.
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<script src="BrowserRecognizer.js" type="module"></script>
|
|
||||||
</head>
|
|
||||||
<script>
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user