Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.nette.ext('copyAddressFromHeader', {
- init: function () {
- $('body').on('change', 'a#copyAddressFromHeader', function () {
- el = $(this);
- el.zclip({
- path: el.data('basepath') + '/js/ZeroClipboard.swf',
- copy: function () {
- return el.data('url');
- },
- clickAfter: false
- });
- });
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment