aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teamwork-projects/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/teamwork-projects/webview.js')
-rw-r--r--recipes/teamwork-projects/webview.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/teamwork-projects/webview.js b/recipes/teamwork-projects/webview.js
index ca3df22..fa885bb 100644
--- a/recipes/teamwork-projects/webview.js
+++ b/recipes/teamwork-projects/webview.js
@@ -1,3 +1,9 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
1module.exports = Ferdium => { 7module.exports = Ferdium => {
2 const getMessages = () => { 8 const getMessages = () => {
3 let indirectCount = 0; 9 let indirectCount = 0;
@@ -11,4 +17,6 @@ module.exports = Ferdium => {
11 }; 17 };
12 18
13 Ferdium.loop(getMessages); 19 Ferdium.loop(getMessages);
20
21 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
14}; 22};