Skip to content

Commit bf0e76b

Browse files
committed
check for valid language when opening via event
1 parent f5f6299 commit bf0e76b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coffee/app.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class SubscribeButton
143143
return unless event.detail.id == @options.id
144144
@podcast = event.detail
145145
popupOptions = _.extend(@options, event.detail.options)
146+
@checkForValidLanguage()
146147
@openPopup(popupOptions)
147148

148149
addCss: () ->

0 commit comments

Comments
 (0)