Skip to content

Commit

Permalink
Switch preview detection methods @adamschwartz
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Jan 15, 2015
1 parent f37e3f8 commit 6c5ae37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee/installHelper.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ShepherdInstallHelper =

ready ->
if options.trigger is 'first-page-visit'
if location.href.match(/https:\/\/.+\.(p|s)\.eager\.works\//i)
if window.Eager?.installs?.preview?.appId is 'AalP5veMma6s'
tour.start()

else if window.localStorage?.eagerShepherdHasRun isnt 'true'
Expand Down

0 comments on commit 6c5ae37

Please sign in to comment.