|
|
|
@ -11,15 +11,6 @@
@@ -11,15 +11,6 @@
|
|
|
|
|
<link rel="stylesheet" href="css/jquery.mobile-1.3.2.min.css" /> |
|
|
|
|
<script src="js/jquery-1.9.1.min.js"></script> |
|
|
|
|
<script src="js/jquery.mobile.router.min.js"></script> |
|
|
|
|
<script> |
|
|
|
|
$(document).bind('mobileinit', function () { |
|
|
|
|
$.mobile.allowCrossDomainPages = true; |
|
|
|
|
$.mobile.zoom.enabled = false; |
|
|
|
|
$.mobile.buttonMarkup.hoverDelay = 0; //defaults 200 |
|
|
|
|
$.mobile.defaultDialogTransition = 'none'; |
|
|
|
|
$.mobile.defaultPageTransition = 'none'; |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
<script src="js/jquery.mobile-1.3.2.min.js"></script> |
|
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" href="img/twister_mini.png" /> |
|
|
|
|