Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-28 17:11:32 +0300
committerJoas Schilling <coding@schilljs.com>2016-10-31 16:30:32 +0300
commit8f19069ac1637739819298498cdd07c1d1b0775c (patch)
tree2d0178cd85461bb6862a8ef8c5e73afc7d4e33c4 /js/notification.js
parentd8abc5e96c0e6d562a4756187149274c1fb07572 (diff)
Only make new info available in v2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'js/notification.js')
-rw-r--r--js/notification.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/notification.js b/js/notification.js
index 3ee91cc..50ac13c 100644
--- a/js/notification.js
+++ b/js/notification.js
@@ -117,8 +117,6 @@
link: this.getLink(),
message: this.getMessage()
}));
-
- return $element;
}
};