aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tick/webview.js
diff options
context:
space:
mode:
authorLibravatar langdon <langdon@fedoraproject.org>2022-07-23 23:41:29 -0400
committerLibravatar GitHub <noreply@github.com>2022-07-24 03:41:29 +0000
commit3c47f9a2876d2cce65e031f4f569554848c65013 (patch)
tree054a9b3dafc1c60512d8297dcefc16289a97e411 /recipes/tick/webview.js
parentdocs: add langdon as a contributor for doc [skip ci] (#133) (diff)
downloadferdium-recipes-3c47f9a2876d2cce65e031f4f569554848c65013.tar.gz
ferdium-recipes-3c47f9a2876d2cce65e031f4f569554848c65013.tar.zst
ferdium-recipes-3c47f9a2876d2cce65e031f4f569554848c65013.zip
adding a recipe for 'tick' (https://tickspot.com) (#132)
Diffstat (limited to 'recipes/tick/webview.js')
-rw-r--r--recipes/tick/webview.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/tick/webview.js b/recipes/tick/webview.js
new file mode 100644
index 0000000..8101672
--- /dev/null
+++ b/recipes/tick/webview.js
@@ -0,0 +1,11 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
6
7module.exports = Ferdium => {
8 // TODO: not sure what "notify" would be useful for this app
9
10 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
11};