Skip to content

Instantly share code, notes, and snippets.

@nezaidu
Created October 19, 2015 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nezaidu/b1db90e6264944ae8a95 to your computer and use it in GitHub Desktop.
Save nezaidu/b1db90e6264944ae8a95 to your computer and use it in GitHub Desktop.
hopscotch_state = {serviceTour: "step:3", extensionTour: "step:0"}
App.profileModel.set("hopscotch_state", hopscotch_state)
App.profileModel.save()
window.localStorage.setItem('hopscotch_state', JSON.stringify(hopscotch_state))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment