You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin works fine on a regular page but when I try to implement on Drupal I end up with this error:
TypeError: (intermediate value).always is not a function
},function(){
Line 88
Any ideas?
It was a super easy fix that slipped my mind. Jquery update is defaulted to 1.5, need to make sure you set it to the latest verion
The text was updated successfully, but these errors were encountered:
The plugin works fine on a regular page but when I try to implement on Drupal I end up with this error:
TypeError: (intermediate value).always is not a function
},function(){
Line 88
Any ideas?
It was a super easy fix that slipped my mind. Jquery update is defaulted to 1.5, need to make sure you set it to the latest verion
The text was updated successfully, but these errors were encountered: