Skip to content

Commit

Permalink
SAK-41296 404 message when taking exams by url and skin name is not m…
Browse files Browse the repository at this point in the history
…orpheus-default (sakaiproject#6797)
  • Loading branch information
josecebe authored and Miguel Pellicer committed Apr 15, 2019
1 parent c9857fc commit 8df8a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samigo/samigo-app/src/webapp/include/header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
{
// supply the standalone versions tool styles
request.setAttribute("html.head",
"<link href=\"/library/skin/tool_base.css\" type=\"text/css\" rel=\"stylesheet\" media=\"all\" />\n" +
"<link href=\"/library/skin/morpheus-default/tool.css\" type=\"text/css\" rel=\"stylesheet\" media=\"all\" />\n" +
"<link href=\"" + org.sakaiproject.portal.util.CSSUtils.getCssToolBase() + "\" type=\"text/css\" rel=\"stylesheet\" media=\"all\" />\n" +
"<link href=\"" + org.sakaiproject.portal.util.CSSUtils.getCssToolSkin(org.sakaiproject.portal.util.CSSUtils.adjustCssSkinFolder(null)) + "\" type=\"text/css\" rel=\"stylesheet\" media=\"all\" />\n" +
"<link href=\"/samigo-app/css/tool_sam.css\" type=\"text/css\" rel=\"stylesheet\" media=\"all\" />\n" +
"<link href=\"/library/webjars/jquery-ui/1.12.1/jquery-ui.min.css\" type=\"text/css\" rel=\"stylesheet\" media=\"all\" />\n" +
"<script type=\"text/javascript\" src=\"/library/webjars/jquery/1.12.4/jquery.min.js\"></script>\n" +
Expand Down

0 comments on commit 8df8a31

Please sign in to comment.