Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Sep 8, 2015
1 parent 1b86748 commit 6f8dd18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/webapps/galaxy/root/index.mako
@@ -1,7 +1,8 @@
<%inherit file="/base.mako"/>
<%namespace file="/galaxy_client_app.mako" import="get_user_dict" />
${h.js("libs/bibtex", "libs/jquery/jquery-ui")}
${h.css("base", "jquery-ui/smoothness/jquery-ui")}
${h.css("jquery-ui/smoothness/jquery-ui")}
${h.css("base")}
<%def name="javascripts()">
${parent.javascripts()}
${h.templates("tool_link", "panel_section", "tool_search")}
Expand Down

0 comments on commit 6f8dd18

Please sign in to comment.