Skip to content

Commit 882bb35

Browse files
committed
remove link to contentLocationInstance (#1004)
1 parent a4685f7 commit 882bb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ResourceViewer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5845,7 +5845,7 @@ class ResourceViewer extends Component<Props,State>
58455845
{eL && <div><span>{I18n.t("location.endL",{num:eL})}</span></div>}
58465846
</div>
58475847
}>
5848-
<h4>{str}{str && w && <span class="of"> {I18n.t("misc.of")}</span>} {w && this.uriformat(bdo+"contentLocationInstance",{value:w})}{this.hoverMenu()}</h4>
5848+
<h4>{str}{/*str && w && <span class="of"> {I18n.t("misc.of")}</span>} {w && this.uriformat(bdo+"contentLocationInstance",{value:w})*/}{this.hoverMenu()}</h4>
58495849
</Tooltip>]
58505850
);
58515851
else if(w)

0 commit comments

Comments
 (0)