diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 22:01:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 22:01:46 +0100 |
commit | 2bdf63d069954dcdcd211f519bdc7a1d8fee1295 (patch) | |
tree | a8203d805fda6871a25125cd65f0d2b7f200ce36 /view/js | |
parent | b897fd8315415245729e37c9f7cd61ad6571282a (diff) | |
download | volse-hubzilla-2bdf63d069954dcdcd211f519bdc7a1d8fee1295.tar.gz volse-hubzilla-2bdf63d069954dcdcd211f519bdc7a1d8fee1295.tar.bz2 volse-hubzilla-2bdf63d069954dcdcd211f519bdc7a1d8fee1295.zip |
more abook_edit and some css
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index 5e3a04abb..150f517a9 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -939,6 +939,8 @@ function notify_popup_loader(notifyType) { window.location.href=window.location.href; } + console.log(data); + if(data.notify.length == 0){ $("#nav-" + notifyType + "-menu").html(aStr[nothingnew]); } else { |