Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
Doik committed Apr 20, 2016
1 parent fd7b64f commit 0c97275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropsi_server/view/world.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script src="/static/js/world.js" type="text/javascript"></script>

%if world_assets.get('paperjs'):
<script src="/static/{{world_assets['js']}}" type="text/paperscript" canvas="world"></script>
<script src="/static/{{world_assets['paperjs']}}" type="text/paperscript" canvas="world"></script>
%elif world_assets.get('js'):
<script src="/static/{{world_assets['js']}}" type="text/javascript"></script>
%end

0 comments on commit 0c97275

Please sign in to comment.