You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/05/23 01:29:31 UTC

[4/8] CB-3444 rename cordova.js, no more version in file name

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/events.html
----------------------------------------------------------------------
diff --git a/example/www/events.html b/example/www/events.html
index 5162500..da0d17e 100644
--- a/example/www/events.html
+++ b/example/www/events.html
@@ -26,7 +26,7 @@
 
 
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/file.html
----------------------------------------------------------------------
diff --git a/example/www/file.html b/example/www/file.html
index 806109f..753eb3a 100644
--- a/example/www/file.html
+++ b/example/www/file.html
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/index.html
----------------------------------------------------------------------
diff --git a/example/www/index.html b/example/www/index.html
index 0e75535..ee804b1 100644
--- a/example/www/index.html
+++ b/example/www/index.html
@@ -27,7 +27,7 @@
 	  <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
       <script type="text/javascript">
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/location.html
----------------------------------------------------------------------
diff --git a/example/www/location.html b/example/www/location.html
index 33a7b67..11c3c30 100644
--- a/example/www/location.html
+++ b/example/www/location.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/network.html
----------------------------------------------------------------------
diff --git a/example/www/network.html b/example/www/network.html
index 8c53be6..4215ff7 100644
--- a/example/www/network.html
+++ b/example/www/network.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -25,7 +25,7 @@
     <title>Cordova</title>
     <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
     <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/notification.html
----------------------------------------------------------------------
diff --git a/example/www/notification.html b/example/www/notification.html
index 12c2aab..5fbe9d9 100644
--- a/example/www/notification.html
+++ b/example/www/notification.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
     <script type="text/javascript" charset="utf-8">
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/storage.html
----------------------------------------------------------------------
diff --git a/example/www/storage.html b/example/www/storage.html
index d4a4947..4946c84 100644
--- a/example/www/storage.html
+++ b/example/www/storage.html
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">