diff options
author | Mario <mario@mariovavti.com> | 2019-01-15 11:38:41 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-01-15 11:38:41 +0100 |
commit | 2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c (patch) | |
tree | 5c9315c262bead05067f29f4a3194baacdcf3a22 /view/tpl | |
parent | a8a5d2fc4efcc3c38bbde7b5044f5ea38a0f9e89 (diff) | |
parent | c26e112bee8c57c2a9d7d5f6f24ddca8de033c19 (diff) | |
download | volse-hubzilla-2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c.tar.gz volse-hubzilla-2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c.tar.bz2 volse-hubzilla-2e94e4cd67e9eb7dd5e42cbd38cc0c4b96d5af3c.zip |
Merge branch 'core_fixes' into 'dev'
Core fixes
See merge request hubzilla/core!1470
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 98047f1d9..bc7f80906 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -24,7 +24,7 @@ }); window.onpopstate = function(e) { - if(e.state !== null) + if(e.state !== null && e.state.b64mid !== bParam_mid) getData(e.state.b64mid, ''); }; }); |