Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…et got broken if enduser's URL has hash value.
  • Loading branch information
libingw committed May 1, 2020
1 parent d8ade8d commit 05afd3c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -242,7 +242,8 @@ define([
}
}
}
throw new Error(i18nUtil.formatMessage(messages['NoFileSrv'], itemLocation));
return -1;
//throw new Error(i18nUtil.formatMessage(messages['NoFileSrv'], itemLocation));
};
/**
* Returns the file service managing this location
Expand Down

0 comments on commit 05afd3c

Please sign in to comment.