aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/traccar/webview.js
diff options
context:
space:
mode:
authorLibravatar Luiz Kill <luizkill@gmail.com>2024-01-28 00:27:01 -0300
committerLibravatar GitHub <noreply@github.com>2024-01-27 20:27:01 -0700
commitf5b618f47b29597eb05e4c09ea664d827dcbda2c (patch)
tree7fa3ba6572933c203f8c8cc86bfa7ba8c70c4036 /recipes/traccar/webview.js
parentfix: addy.io self host option (#500) (diff)
downloadferdium-recipes-f5b618f47b29597eb05e4c09ea664d827dcbda2c.tar.gz
ferdium-recipes-f5b618f47b29597eb05e4c09ea664d827dcbda2c.tar.zst
ferdium-recipes-f5b618f47b29597eb05e4c09ea664d827dcbda2c.zip
add recipe for traccar gps tracking software (#502)
Diffstat (limited to 'recipes/traccar/webview.js')
-rw-r--r--recipes/traccar/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/traccar/webview.js b/recipes/traccar/webview.js
new file mode 100644
index 0000000..1119219
--- /dev/null
+++ b/recipes/traccar/webview.js
@@ -0,0 +1,9 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9};