Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Dec 6, 2023
1 parent 233ba12 commit c3fb1bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mobile/pages/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Preview from '~/src/models/preview'
import { analytics } from '~/src/util/analytics'
import stache from 'can-stache'
import '~/src/mobile/util/helpers'
import { ViewerStepsVM.fireLearnMoreModal } from '~/src/desktop/steps/steps'
import ViewerStepsVM from '~/src/desktop/steps/steps'

stache.registerPartial('assemble-form', assembleFormTpl)
stache.registerPartial('save-answers-form', saveAnswersFormTpl)
Expand Down Expand Up @@ -48,6 +48,7 @@ export default Component.extend({
}
},

fireLearnMoreModal : ViewerStepsVM.fireLearnMoreModal,
events: {
'a click': function (el, ev) {
if (el.href && el.href.toLowerCase().indexOf('popup') === 0) {
Expand Down

0 comments on commit c3fb1bc

Please sign in to comment.