0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/apps/subscribers/lib
Kevin Ansfield 7e105eb5b6
🐛 Fixed missing location/referrer data with multiple {{subscribe_form}} (#9713)
no issue
- replaced `querySelector` with `querySelectorAll` and a loop so that all subscribe form inputs have their values updated rather than only the first form on the page
- made the selector more specific so that it only updates `<input>` elements
- switched to a template string so it's easier to read/write
2018-07-03 10:16:44 +01:00
..
helpers 🐛 Fixed missing location/referrer data with multiple {{subscribe_form}} (#9713) 2018-07-03 10:16:44 +01:00
views 🎨 Use svg icons in default templates (#8343) 2017-05-15 13:43:58 +02:00
router.js Dynamic Routing Beta: Refactor res.routerOptions (#9705) 2018-06-26 01:12:50 +02:00