Merge branch 'core_fixes' into 'dev'
Core fixes See merge request hubzilla/core!1470
This commit is contained in:
@@ -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, '');
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user