aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/podio
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/podio')
-rw-r--r--recipes/podio/index.js2
-rw-r--r--recipes/podio/package.json2
-rw-r--r--recipes/podio/webview.js8
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/podio/index.js b/recipes/podio/index.js
index 23607bd..dd41f72 100644
--- a/recipes/podio/index.js
+++ b/recipes/podio/index.js
@@ -1 +1 @@
module.exports = Ferdi => Ferdi; module.exports = Ferdium => Ferdium;
diff --git a/recipes/podio/package.json b/recipes/podio/package.json
index f4061f9..5d2ae43 100644
--- a/recipes/podio/package.json
+++ b/recipes/podio/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "podio", 2 "id": "podio",
3 "name": "Podio", 3 "name": "Podio",
4 "version": "1.1.1", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://podio.com", 7 "serviceURL": "https://podio.com",
diff --git a/recipes/podio/webview.js b/recipes/podio/webview.js
index 0a0c31e..9ba40d0 100644
--- a/recipes/podio/webview.js
+++ b/recipes/podio/webview.js
@@ -4,13 +4,13 @@ function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj }; 4 return obj && obj.__esModule ? obj : { default: obj };
5} 5}
6 6
7module.exports = Ferdi => { 7module.exports = Ferdium => {
8 const getMessages = () => { 8 const getMessages = () => {
9 const updates = document.querySelectorAll('.counter')[0].textContent; 9 const updates = document.querySelectorAll('.counter')[0].textContent;
10 Ferdi.setBadge(updates, 0); 10 Ferdium.setBadge(updates, 0);
11 }; 11 };
12 12
13 Ferdi.loop(getMessages); 13 Ferdium.loop(getMessages);
14 14
15 Ferdi.injectCSS(_path.default.join(__dirname, 'css', 'franz.css')); 15 Ferdium.injectCSS(_path.default.join(__dirname, 'css', 'franz.css'));
16}; 16};