Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Dixler committed May 26, 2022
1 parent 9e967a4 commit ba83f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-prebuilt/docs/reference/pkg/java/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ $(function() {

// Nastiest (temporary) hack ever, but it works.
// https://github.com/pulumi/pulumi-java/issues/595
url = url.replace("undefined/", "");
//url = url.replace("undefined/", "");

if (top !== window) {
parent.classFrame.location = pathtoroot + url;
Expand Down

0 comments on commit ba83f0f

Please sign in to comment.