aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinder/webview.js
diff options
context:
space:
mode:
authorLibravatar Maitre_Oda <oda.alexandre31@gmail.com>2021-08-27 19:03:33 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-27 22:33:33 +0530
commit38243e6b6e4f38c0afe52a2f14743feb3f461894 (patch)
treec57dcb06dac446e63f891c7a9cca7a44d05d2d67 /recipes/tinder/webview.js
parentchore: upgrade 'nodejs' to '14.17.5'. (diff)
downloadferdium-recipes-38243e6b6e4f38c0afe52a2f14743feb3f461894.tar.gz
ferdium-recipes-38243e6b6e4f38c0afe52a2f14743feb3f461894.tar.zst
ferdium-recipes-38243e6b6e4f38c0afe52a2f14743feb3f461894.zip
New recipe: tinder (#641)
Diffstat (limited to 'recipes/tinder/webview.js')
-rw-r--r--recipes/tinder/webview.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/tinder/webview.js b/recipes/tinder/webview.js
new file mode 100644
index 0000000..46ab212
--- /dev/null
+++ b/recipes/tinder/webview.js
@@ -0,0 +1,8 @@
1var _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = Ferdi => {
6
7 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
8};