Hidden hash for shared folders and team invitation

This commit is contained in:
yflory
2020-01-27 13:34:41 +01:00
parent 0ad96e0966
commit a8e6250576
3 changed files with 30 additions and 8 deletions

View File

@@ -144,7 +144,7 @@ define([
});
}));
}).nThen(function (waitFor) {
if (!Utils.Hash.isValidHref(currentPad.href)) {
if (!Utils.Hash.isValidHref(window.location.href)) {
waitFor.abort();
return void sframeChan.event('EV_LOADING_ERROR', 'INVALID_HASH');
}