actmd / abraham

Trackable application tours for Rails with i18n support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't start a tour if the first step's attachTo isn't present

jabbett opened this issue · comments

Related to #6... while we want to keep a tour going if an intermediate step is missing, most tours don't make sense if the first step gets skipped.

I'd like to add a check to our start method wrapper that confirms the first step's attachTo element is present on the page, should the first step have an attachTo value.