You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2012/01/12 21:11:07 UTC

svn commit: r1230749 - /incubator/wookie/trunk/widgets/templates/base/index.html

Author: scottbw
Date: Thu Jan 12 20:11:06 2012
New Revision: 1230749

URL: http://svn.apache.org/viewvc?rev=1230749&view=rev
Log:
Update base template CSS for JQuery Mobile to 1.0

Modified:
    incubator/wookie/trunk/widgets/templates/base/index.html

Modified: incubator/wookie/trunk/widgets/templates/base/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/index.html?rev=1230749&r1=1230748&r2=1230749&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/index.html (original)
+++ incubator/wookie/trunk/widgets/templates/base/index.html Thu Jan 12 20:11:06 2012
@@ -21,7 +21,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1"> 
 
-    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
+    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
     <link rel="stylesheet" href="style/all.css" />
 
     ${content.scripts}