Remove zeroclip

This commit is contained in:
Andrew Tomaka 2013-08-04 01:40:28 -04:00
parent 6adbaafe9c
commit 0daf1c162e
2 changed files with 1 additions and 22 deletions

View file

@ -43,7 +43,6 @@
<script type="text/javascript">
head.js('https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js');
head.js('js/jquery.corner.min.js');
head.js('js/jquery.zclip.min.js');
head.js('js/jquery.md5.min.js');
head.js('js/rules.js');
@ -68,15 +67,7 @@
$('#password').val(hash);
}
});
$('#copy').zclip({
path: 'http://zeroclipboard.googlecode.com/svn-history/r10/trunk/ZeroClipboard.swf',
copy: function() {
return $('#password').val()
},
afterCopy: function() {}
});
});
</script>
</body>
</html>
</html>

File diff suppressed because one or more lines are too long