Skip to content

Commit

Permalink
Tweaking the demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Sep 15, 2011
1 parent 0ca3abd commit d2820a4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions demo/index.html
Expand Up @@ -3,9 +3,8 @@
<head>
<meta charset="utf-8" />

<title>jQuery Currency</title>
<meta name="description" content="">
<meta name="author" content="">
<title>jQuery Currency - Simple, unobtrusive currency converting and formatting</title>
<meta name="description" content="Simple, unobtrusive currency converting and formatting in jQuery.">

<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<!--<link rel="shortcut icon" href="favicon.ico">-->
Expand All @@ -15,6 +14,16 @@
<script type="text/javascript" src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="scripts/modernizr-1.7.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3892196-32']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>

Expand All @@ -23,6 +32,7 @@
<header>

<h1>jQuery Currency Demo</h1>
<p>Simple, unobtrusive currency converting and formatting.</p>

</header>

Expand Down

0 comments on commit d2820a4

Please sign in to comment.