Skip to content

Commit

Permalink
Refactor of mhd.js.
Browse files Browse the repository at this point in the history
This is an attempt to refactor the code powering jsmad.org, there is still a lot to do but at least, the source code is now more readable and a bit more extensible.
  • Loading branch information
romac committed Jul 13, 2011
1 parent 3470545 commit 5e9f297
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 161 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<title>jsmad - javascript mp3 decoder</title>
</head>
<body onload="domReady()">
<body>
<a href="http://github.com/nddrylliog/jsmad">
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://gs1.wac.edgecastcdn.net/80460E/assets/img/bec6c51521dcc8148146135149fe06a9cc737577/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" />
</a>
Expand All @@ -25,7 +25,7 @@ <h1>
<span>or</span>
<form id="uploadData">
<label for="fileChooser">local MP3 file</label>
<input id="fileChooser" type="file" onchange="readFile()" />
<input id="fileChooser" type="file" />
</form>
</div>
</div>
Expand Down Expand Up @@ -74,7 +74,7 @@ <h2>jsmad is a pure JavaScript MP3 decoder</h2>

<script type="text/javascript" src="audiolib.js/lib/audiolib.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
<script type="text/javascript" src="https://raw.github.com/officialfm/officialfm-javascript/master/officialfm.js"></script>
<script type="text/javascript" src="officialfm.js"></script>
<script type="text/javascript" src="mhd.js"></script>
</body>
</html>
Loading

0 comments on commit 5e9f297

Please sign in to comment.