Skip to content

Commit 0581c2d

Browse files
committed
Fix variants 2 and 3
1 parent 68379ad commit 0581c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindmap/app/views/workspace.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
routes.javascript.Application.show
1919
)
2020
<script src="@routes.Assets.at("javascripts/mindmap-generated.js")"></script>
21+
@scripts
2122
<script>
2223
MindMap.setupExploration(@vs.s.getOrElse(100), @vs.x.getOrElse(0), @vs.y.getOrElse(0), function (s, x, y) {
2324
return Routes.controllers.Application.show('@id', { s: s, x: x, y: y }).url
@@ -73,5 +74,4 @@
7374
})();
7475
*/
7576
</script>
76-
@scripts
7777
}

0 commit comments

Comments
 (0)