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