You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/07/15 12:31:06 UTC

[09/20] git commit: [OLINGO-324] remove dependencies in demo II

[OLINGO-324] remove dependencies in demo II


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/66309b98
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/66309b98
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/66309b98

Branch: refs/heads/master
Commit: 66309b98490c75c07b519c94c9bed193a493df6d
Parents: 43c8c15
Author: Sven Kobler <sv...@sap.com>
Authored: Fri Jun 13 10:42:30 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Fri Jun 13 10:42:30 2014 +0200

----------------------------------------------------------------------
 datajs/demo/tester.html   | 2 +-
 datajs/demo/testerV2.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/66309b98/datajs/demo/tester.html
----------------------------------------------------------------------
diff --git a/datajs/demo/tester.html b/datajs/demo/tester.html
index 49f9843..329846d 100644
--- a/datajs/demo/tester.html
+++ b/datajs/demo/tester.html
@@ -2,7 +2,7 @@
     <head>
         <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
         <title>datajs startup perf test</title>
-        <script type="text/javascript" src="./scripts/jquery-1.11.1.min.js"></script>
+        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
         <script type="text/javascript" src="./scripts/datajs-2.0.0.js"></script>
         <script type="text/javascript" src="./scripts/tools.js" ></script>
         <style type="text/css">

http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/66309b98/datajs/demo/testerV2.html
----------------------------------------------------------------------
diff --git a/datajs/demo/testerV2.html b/datajs/demo/testerV2.html
index 792e240..cc2d011 100644
--- a/datajs/demo/testerV2.html
+++ b/datajs/demo/testerV2.html
@@ -2,7 +2,7 @@
     <head>
         <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
         <title>datajs startup perf test</title>
-        <script type="text/javascript" src="./scripts/jquery-1.11.1.min.js"></script>
+        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
         <script type="text/javascript" src="./scripts/datajs-2.0.0.js"></script>
         <script type="text/javascript" src="./scripts/tools.js" ></script>
         <style type="text/css">