aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dockerhub/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dockerhub/webview.js')
-rw-r--r--recipes/dockerhub/webview.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/dockerhub/webview.js b/recipes/dockerhub/webview.js
deleted file mode 100644
index d19b579..0000000
--- a/recipes/dockerhub/webview.js
+++ /dev/null
@@ -1,8 +0,0 @@
1module.exports = () => {
2 // TODO: If your docker hub service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0);
6 // };
7 // Ferdi.loop(getMessages);
8};