Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Renaming chroma-hash.js to jquery.chroma-hash.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 10, 2012
1 parent 2bf2f8f commit ab37c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.html
Expand Up @@ -4,9 +4,9 @@
<meta charset='utf-8'>
<title>Chroma-Hash</title>
<meta name="author" content="Mattt Thompson"/>
<meta name="description" content="Chroma-Hash is a sexy, secure visualization of password field input"/>
<meta name="description" content="Chroma-Hash is a sexy, secure visualization of password field input"/>
<script type="text/javascript" charset="utf-8" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="chroma-hash.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.chroma-hash.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$("input:password").chromaHash({bars: 3});
Expand Down
File renamed without changes.

0 comments on commit ab37c6f

Please sign in to comment.