Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Commit

Permalink
updated to JQM 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissn committed Nov 18, 2014
1 parent c322169 commit f94d739
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Smartphone-App

This repository contains the code for the smart phone application of the Leipzig University of Applied Sciences. The application is created with the following frameworks:

* [Apache Cordova (3.5.0)](http://cordova.apache.org/)
* [JQueryMobile](http://jquerymobile.com/) Custom Build (1.4.4) (see www/js/lib/customJQM.README)
* [Apache Cordova (4.0)](http://cordova.apache.org/)
* [JQueryMobile](http://jquerymobile.com/) Custom Build (1.4.5) (see www/js/lib/customJQM.README)
* [Jquery](http://jquery.com/) (2.1.1)
* [FontAwesome](http://fortawesome.github.io/Font-Awesome/) (4.2.0)
* [WURFL.js](http://wurfl.io/)

Installation guide to Cordova: [Guide](http://cordova.apache.org/docs/en/3.5.0/guide_cli_index.md.html#The%20Command-Line%20Interface)
Installation guide to Cordova: [Guide](http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html#The%20Command-Line%20Interface)

Platforms are excluded from this repo. If you want to compile the project in case of a specific platform, first install the platform SDK and then add the desired platform to the project by executing 'cordova platform add xxx'.

Expand Down
4 changes: 2 additions & 2 deletions www/css/HTWK-App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jQuery Mobile 1.4.3
* Git HEAD hash: b9c6473e3d90af26570e6f14e5a0307897ab385c <> Date: Tue Jul 1 2014 15:37:36 UTC
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
Expand Down
4 changes: 2 additions & 2 deletions www/css/HTWK-App.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jQuery Mobile 1.4.3
* Git HEAD hash: b9c6473e3d90af26570e6f14e5a0307897ab385c <> Date: Tue Jul 1 2014 15:37:36 UTC
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
Expand Down
4 changes: 2 additions & 2 deletions www/css/jquery.mobile.custom.structure.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/css/jquery.mobile.icons.min.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions www/js/lib/jquery.mobile.custom.1.4.4.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions www/js/lib/jquery.mobile.custom.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="css/font-awesome.min.css" defer />

<script type="application/javascript" src="js/lib/jquery-2.1.1.min.js"></script>
<script type="application/javascript" src="js/lib/jquery.mobile.custom.1.4.4.min.js"></script>
<script type="application/javascript" src="js/lib/jquery.mobile.custom.min.js"></script>

<script type="application/javascript" src="js/compressed.min.js"></script>
<!-- Compressed config.js fn.js building.js staff.js gmaps.js PushNotification.js wurfl.js-->
Expand Down

0 comments on commit f94d739

Please sign in to comment.