Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix resource view bug on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Jun 26, 2024
1 parent 10e9efa commit 1f6558e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>application-main</artifactId>
<version>2024.7-beta.6</version>
<version>2024.7-beta.7</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ private void initDetails(String name, String id, String type, String version, St
if(logo!=null) {
url = url+"&logo="+formatForDetails(logo);
}
url = url.replace("\\","/");
frame.executeJavaScript("enableOverlay(\""+url+"\");");
}

Expand Down
Binary file modified application-main/src/main/resources/content.zip
Binary file not shown.

0 comments on commit 1f6558e

Please sign in to comment.