Skip to content

Commit

Permalink
Remove versioned minified js.
Browse files Browse the repository at this point in the history
Add new built js.
Update demo.
  • Loading branch information
amasad committed Oct 28, 2012
1 parent cf0c166 commit a72c09a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -4,7 +4,7 @@
<head>
<link rel="stylesheet" href="../ansi.css" type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../jqconsole-2.7.min.js"></script>
<script src="../jqconsole.min.js"></script>
<style>
html, body {
background-color: #333;
Expand Down

0 comments on commit a72c09a

Please sign in to comment.