Remove zeroclip
This commit is contained in:
parent
6adbaafe9c
commit
0daf1c162e
2 changed files with 1 additions and 22 deletions
11
index.html
11
index.html
|
@ -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>
|
||||
|
|
12
js/jquery.zclip.min.js
vendored
12
js/jquery.zclip.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue