Repository: olingo-odata4-js Updated Branches: refs/heads/OLINGO-324 43c8c1565 -> 66309b984
[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/OLINGO-324 Commit: 66309b98490c75c07b519c94c9bed193a493df6d Parents: 43c8c15 Author: Sven Kobler <[email protected]> Authored: Fri Jun 13 10:42:30 2014 +0200 Committer: Sven Kobler <[email protected]> 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">
