← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8046: minor fix

 

------------------------------------------------------------
revno: 8046
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-09-12 14:35:07 +0700
message:
  minor fix
modified:
  dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/velocity/index.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/velocity/index.vm'
--- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/velocity/index.vm	2012-09-12 05:58:51 +0000
+++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/velocity/index.vm	2012-09-12 07:35:07 +0000
@@ -3,8 +3,8 @@
 <head>
 	<title>DHIS2</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<link rel="stylesheet" href="../dhis-web-mobile-resources/css/jquery.mobile.min.css?v=1.1.1" />
-	<script src="../dhis-web-commons/javascripts/jQuery/jquery.min.js?v=1.7.1"></script>
+	<link rel="stylesheet" href="./dhis-web-mobile-resources/css/jquery.mobile.min.css?v=1.1.1" />
+	<script src="./dhis-web-commons/javascripts/jQuery/jquery.min.js?v=1.7.1"></script>
 
     <script>
     $(document).bind('mobileinit',function(){
@@ -12,7 +12,7 @@
     });
     </script>
 
-	<script src="../dhis-web-mobile-resources/js/jquery.mobile.min.js?v=1.1.1"></script>
+	<script src="./dhis-web-mobile-resources/js/jquery.mobile.min.js?v=1.1.1"></script>
 </head>
 <body>