We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde9c9 commit 1ac9c36Copy full SHA for 1ac9c36
1 file changed
src/content-handlers/iiif/modules/uv-shared-module/BaseExtension.ts
@@ -836,7 +836,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {
836
const title: string = this.helper.getLabel() ?? "";
837
838
if ((hashParams?.size ?? 0) > 0) {
839
- appUri += `#${hashParams.toString()}`;
+ appUri += `#?${hashParams.toString()}`;
840
}
841
842
const script: string = Strings.format(
0 commit comments