X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/blobdiff_plain/c32079388622f753bd8c65b48ea0cbf30be6934c..60900941226faba2b267e9692fa805bb9a7bdeed:/snippets/lists.html?ds=inline

diff --git a/snippets/lists.html b/snippets/lists.html
index aeed6df..e634663 100644
--- a/snippets/lists.html
+++ b/snippets/lists.html
@@ -1,23 +1,29 @@
 <!--
 	jQuery Mobile Boilerplate
+	/snippets/lists.html
 -->
 <!doctype html>
 <html>
 <head>
+	<title> jQuery Mobile Boilerplate - Listviews</title>
+
 	<meta charset="utf-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<title> jQuery Mobile Boilerplate </title>
+
+	<!-- jQuery Mobile CSS bits -->
 	<link rel="stylesheet"  href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
 
 	<!-- if you have a custom theme, add it here -->
-	<link rel="stylesheet"  href="themes/jQuery-Mobile-Boilerplate.css" />
+	<link rel="stylesheet"  href="/themes/jQuery-Mobile-Boilerplate.css" />
 
-	<link rel="stylesheet" href="css/custom.css" />
+	<!-- Custom css -->
+	<link rel="stylesheet" href="/css/custom.css" />
 
+	<!-- Javascript includes -->
 	<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
-	<script src="js/application.js"></script>
+	<script src="/js/mobileinit.js"></script>
 	<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
-	
+	<script src="/js/application.js"></script>
 </head> 
 <body> 
 	<div data-role="page">