aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/threema
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/threema')
-rw-r--r--recipes/threema/package.json2
-rw-r--r--recipes/threema/webview.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/threema/package.json b/recipes/threema/package.json
index 5424f60..779e96f 100644
--- a/recipes/threema/package.json
+++ b/recipes/threema/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "threema", 2 "id": "threema",
3 "name": "Threema", 3 "name": "Threema",
4 "version": "1.2.0", 4 "version": "1.3.0",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/Arany/franz-recipe-threema", 6 "repository": "https://github.com/Arany/franz-recipe-threema",
7 "config": { 7 "config": {
diff --git a/recipes/threema/webview.js b/recipes/threema/webview.js
index 16eb20a..272fec0 100644
--- a/recipes/threema/webview.js
+++ b/recipes/threema/webview.js
@@ -1,9 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { 1function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj }; 2 return obj && obj.__esModule ? obj : { default: obj };
5} 3}
6 4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => { 7module.exports = Ferdium => {
8 const getMessages = () => { 8 const getMessages = () => {
9 const elements = document.querySelectorAll( 9 const elements = document.querySelectorAll(