Guest User

Untitled

a guest
Dec 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. TypeError: undefined is not a function
  2.  
  3. $('a.tocopy').zclip({
  4. path:'/sites/all/themes/my_theme/js/ZeroClipboard.swf',
  5. copy:$('#mini-panel-track_node_assets .view .view-content').text()
  6. });
  7. $('a.tocopy').zclip({
  8. path:'/sites/all/themes/my_theme/js/ZeroClipboard.swf',
  9. copy:$('#mini-panel-track_node_assets .view .view-content').text()
  10. });
  11.  
  12. $(this.domElement).data('zclipId', 'zclip-' + this.movieId);
  13.  
  14. jQuery(this.domElement).data('zclipId', 'zclip-' + this.movieId);
Add Comment
Please, Sign In to add comment