diff --git a/src/eager/installHelper.coffee b/src/eager/installHelper.coffee index 8fee11e6f..cb5fa9910 100644 --- a/src/eager/installHelper.coffee +++ b/src/eager/installHelper.coffee @@ -37,7 +37,7 @@ ShepherdInstallHelper = title: step.title text: step.text showCancelLink: step.showCancelLink - attachTo: (step.attachToSelector or 'body') + ' ' + step.attachToDirection + attachTo: step.attachToSelector + ' ' + step.attachToDirection stepOptions.buttons = [] if i > 0