Cannot subscribe to push notifications anymore

Summary

Going to the page https://foodsharing.de/?page=settings&sub=info# will not show anymore the current status of my push notification status. Also clicking on the green button has no effect.

Steps to reproduce

Go to the site and see it yourself.

Relevant error messages and/or screenshots

Opening the web console I can see a javascript error, trying to apply something to #name-input, which is not available on sub=info but only on sub=general

Possible fixes

I am almost sure that moving the lines

vueRegister({
  NameInput,
})
vueApply('#name-input')

in src/Modules/Settings/Setting.js inside the else if (GET('sub') === 'general') would fix it.