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
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
// use exisiting ID or generate a new oneif($el.attr('id')){id=$el.attr('id');}else{if(data.id){id=data.id;}else{id='scrollStory_story_'+index;}$el.attr('id',id);}
_prepItem generates a domID, even if you pass in an id via the content array
_prepItem should probably be something like this: