Skip to content

Commit 1ac9c36

Browse files
authored
Add back the ? in embed url (#1440)
1 parent 4dde9c9 commit 1ac9c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content-handlers/iiif/modules/uv-shared-module/BaseExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {
836836
const title: string = this.helper.getLabel() ?? "";
837837

838838
if ((hashParams?.size ?? 0) > 0) {
839-
appUri += `#${hashParams.toString()}`;
839+
appUri += `#?${hashParams.toString()}`;
840840
}
841841

842842
const script: string = Strings.format(

0 commit comments

Comments
 (0)