-
-
Save nocodesupplyco/71c66d1fc2adec0b9294f432567a25ac to your computer and use it in GitHub Desktop.
Jetboost List Update Function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This function will get called each time Jetboost updates a | |
// collection list via filters or anything like that | |
window.JetboostListUpdated = function ( collectionList ) { | |
// <-- Code goes here --> | |
// You can call your own functions in this function | |
// You can also use or remove the "collectionList" parameter above | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment