Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // in the attach function
  2.  
  3. Drupal.ajax.instances.forEach(function (instance) {
  4. if (instance.element && instance.element.hasClass('upload-button') && instance.element.once('magic').length) {
  5. instance.setProgressIndicatorThrobber = function () {/* new stuff */};
  6. instance.success = function () {/* new stuff */};
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement