aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/js
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-15 09:43:48 +0200
committerThomas Citharel <tcit@tcit.fr>2017-07-09 19:05:48 +0200
commit378aaefbbf60698c7b8faafc20f6b8cb22357e31 (patch)
treed9bf0867797d4f4b60d117a050e1b72719e6f71a /app/Resources/static/themes/material/js
parentb5d7eb148c4cd62ff187b08765f0c13c7d330fcf (diff)
downloadwallabag-378aaefbbf60698c7b8faafc20f6b8cb22357e31.tar.gz
wallabag-378aaefbbf60698c7b8faafc20f6b8cb22357e31.tar.zst
wallabag-378aaefbbf60698c7b8faafc20f6b8cb22357e31.zip
Notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/Resources/static/themes/material/js')
-rw-r--r--app/Resources/static/themes/material/js/tools.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/js/tools.js b/app/Resources/static/themes/material/js/tools.js
index 39398fd8..492640a0 100644
--- a/app/Resources/static/themes/material/js/tools.js
+++ b/app/Resources/static/themes/material/js/tools.js
@@ -21,4 +21,11 @@ function initExport() {
21 } 21 }
22} 22}
23 23
24export { initExport, initFilters }; 24function initNotifications() {
25 if ($('div').is('#notifications')) {
26 $('#button_notifications').show();
27 $('.js-notifications-action').sideNav({ edge: 'right' });
28 }
29}
30
31export { initExport, initFilters, initNotifications };