You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/04/26 00:28:12 UTC

[10/13] Updating various script files to latest

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/70e75712/templates/custom/www/index.html
----------------------------------------------------------------------
diff --git a/templates/custom/www/index.html b/templates/custom/www/index.html
index d98eca5..f3bbbbb 100644
--- a/templates/custom/www/index.html
+++ b/templates/custom/www/index.html
@@ -8,15 +8,8 @@
     
 	  <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
             
-      <!-- 
-        Note: If you want to support more device APIs, you will need to include the full cordova-1.5.0.js -jm 
-      -->
-      <!-- 
-      <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
-      -->
+      <script type="text/javascript" charset="utf-8" src="cordova-1.7.0rc1.js"></script>
       
-      <script type="text/javascript" charset="utf-8" src="cordova-1.5.0-core.js"></script>
-       
       <script type="text/javascript">
 
         document.addEventListener("deviceready",onDeviceReady,false);