Skip to content

Commit

Permalink
Updated to Cordova 2.7.0, jQuery 1.9.1 and jQueryMobile 1.3.1. Decide…
Browse files Browse the repository at this point in the history
…d to include jQuery and jQueryMobile files with project.
  • Loading branch information
signalpoint committed May 23, 2013
1 parent 1303f0e commit 1be2743
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,8 +1,6 @@
jquery*
cordova*
app/modules/*
app/themes/*
app/settings.js
app/.gitignore
res
images
Binary file added images/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons-18-black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons-18-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons-36-black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons-36-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<title>DrupalGap</title>
<script type="text/javascript" charset="utf-8" src="cordova-2.3.0.js"></script>
<link rel="stylesheet" href="jquery.mobile-1.3.0.min.css" />
<script src="jquery-1.8.3.min.js"></script>
<script src="jquery.mobile-1.3.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="cordova-2.7.0.js"></script>
<link rel="stylesheet" href="jquery.mobile-1.3.1.min.css" />
<script src="jquery-1.9.1.min.js"></script>
<script src="jquery.mobile-1.3.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="drupalgap.js"></script>
</head>
<body onload="drupalgap_onload();"></body>
Expand Down
5 changes: 5 additions & 0 deletions jquery-1.9.1.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions jquery.mobile-1.3.1.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions jquery.mobile-1.3.1.min.js

Large diffs are not rendered by default.

0 comments on commit 1be2743

Please sign in to comment.