Merge branch 'core_fixes' into 'dev'

Core fixes

See merge request hubzilla/core!1470
This commit is contained in:
Mario
2019-01-15 11:38:41 +01:00
3 changed files with 12 additions and 8 deletions

View File

@@ -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, '');
};
});