Skip to content

Commit 09861e1

Browse files
author
Florian Alpers
committed
fixed 3d object javascript resource path
1 parent ecaecbf commit 09861e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/uii/template/js/legacy/goobiWorkflowJS.object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var goobiWorkflowJS = ( function( goobiWorkflow ) {
5555
container: {
5656
id: "mainImage"
5757
},
58-
resourcesPath: "template/js/",
58+
resourcesPath: "template/js/static/",
5959
};
6060

6161
goobiWorkflow.object = {

0 commit comments

Comments
 (0)