Skip to content

Commit

Permalink
DS-2871 mobile theme: correct order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
helix84 committed Nov 6, 2015
1 parent 215adda commit 35fc835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace-xmlui/src/main/webapp/themes/mobile/readme.txt
Expand Up @@ -47,8 +47,8 @@ Installation:
2. Add a call for the detectmobile.js and cookies.js file in the header
of your current main theme.xsl file.
It should look like:
<script type="text/javascript" src="/themes/mobile/lib/detectmobile.js">&#160;</script>
<script type="text/javascript" src="/themes/mobile/lib/cookies.js">&#160;</script>
<script type="text/javascript" src="/themes/mobile/lib/detectmobile.js">&#160;</script>
* In this file, we also add a "View mobile site" link in the footer
section, which allows users to view the full site on their
mobile devices. The cookies.js file saves this preference
Expand Down

0 comments on commit 35fc835

Please sign in to comment.