Skip to content

Commit

Permalink
Fixed the demo after coffee script port.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyip committed Feb 23, 2014
1 parent f557a91 commit 143ea38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demos/clock/index.html
Expand Up @@ -5,6 +5,7 @@
<title>jQTouch &beta;</title>
<style type="text/css" media="screen">@import "../../themes/css/apple.css";</style>
<script src="../../lib/jquery/jquery-1.7.js" type="text/javascript" charset="utf-8"></script>
<script src="../../src/jqtouch-jquery.js" type="application/x-javascript" charset="utf-8"></script>
<script src="../../src/jqt.js" type="text/javascript" charset="utf-8"></script>

<!--
Expand All @@ -13,7 +14,7 @@
-->
<link rel="stylesheet" href="clock.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
new $.jQT({
var jqt = new $.jQT({
icon: 'icon.png',
startupScreen: 'img/startup.png'
});
Expand Down Expand Up @@ -65,6 +66,7 @@
$('input').blur();
$('#add .cancel').click();
this.reset();
jqt.goBack();
return false;
});
addClock('Philadelphia', -5.0);
Expand Down

0 comments on commit 143ea38

Please sign in to comment.