aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-01 17:47:37 -0800
committerzotlabs <mike@macgirvin.com>2018-02-01 17:47:37 -0800
commit5f972e00fec8174e92a77be3f9eec4ca09c93442 (patch)
tree356d8e75286290133801a28cf8f80fd03fc4cde6
parentcc0cd0b292f825d70a626c1ae5d46d0a43a825b9 (diff)
parentfffb95299e2aefb19e1f3e5d8164b4c29282005f (diff)
downloadvolse-hubzilla-5f972e00fec8174e92a77be3f9eec4ca09c93442.tar.gz
volse-hubzilla-5f972e00fec8174e92a77be3f9eec4ca09c93442.tar.bz2
volse-hubzilla-5f972e00fec8174e92a77be3f9eec4ca09c93442.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
-rw-r--r--view/tpl/notifications_widget.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 0f27b1a47..211e8e05b 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -33,6 +33,14 @@
{{if $module != 'hq' && $startpage == 'hq'}}
e.preventDefault();
+ if(typeof notify_id !== 'undefined' && notify_id !== 'undefined') {
+ $.post(
+ "hq",
+ {
+ "notify_id" : notify_id
+ }
+ );
+ }
window.location.href = 'hq/' + b64mid;
return;
{{else}}