Skip to content

Commit

Permalink
public/js/lib: upgraded jqm to 1.4.1 and jQuery to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrov committed Jun 28, 2013
1 parent 6cb20ac commit e87655c
Show file tree
Hide file tree
Showing 17 changed files with 26,749 additions and 0 deletions.
8,755 changes: 8,755 additions & 0 deletions public/js/lib/jquery/2.0.0/jquery.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions public/js/lib/jquery/2.0.0/jquery.min.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions public/js/lib/jquery/mobile/1.3.1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">

<!-- Need to get a proper redirect hooked up. Blech. -->
<meta http-equiv="refresh" content="0;url=demos/">
<meta name="robots" content="noindex, follow">

<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile</title>
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.3.1.min.css">
<link rel="stylesheet" href="demos/_assets/css/jqm-demos.css">
<link rel="shortcut icon" href="demos/_assets/favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<script src="js/jquery.js"></script>
<script src="demos/_assets/js/index.js"></script>
<script src="js/jquery.mobile-1.3.1.min.js"></script>
<script>
$( document ).on( "pageshow", function(){
$( "p.message" ).hide().delay( 1500 ).show( "fast" );
});
</script>
</head>
<body>
<div data-role="page" class="jqm-demos">

<div data-role="content" class="jqm-content">

<p class="message">Nothing to see here folks. <a href="demos/">View the demo center home page &rarr;</a></p>

</div><!-- /content -->

</div><!-- /page -->
</body>
</html>
3,366 changes: 3,366 additions & 0 deletions public/js/lib/jquery/mobile/1.3.1/jquery.mobile.css

Large diffs are not rendered by default.

Loading

0 comments on commit e87655c

Please sign in to comment.