Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
This commit is contained in:
commit
5f972e00fe
@ -33,6 +33,14 @@
|
|||||||
|
|
||||||
{{if $module != 'hq' && $startpage == 'hq'}}
|
{{if $module != 'hq' && $startpage == 'hq'}}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
if(typeof notify_id !== 'undefined' && notify_id !== 'undefined') {
|
||||||
|
$.post(
|
||||||
|
"hq",
|
||||||
|
{
|
||||||
|
"notify_id" : notify_id
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
window.location.href = 'hq/' + b64mid;
|
window.location.href = 'hq/' + b64mid;
|
||||||
return;
|
return;
|
||||||
{{else}}
|
{{else}}
|
||||||
|
Reference in New Issue
Block a user