0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
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
..
adapters ES6 migration: server/adapters/scheduling/post-scheduling (#9698) 2018-06-26 00:46:31 +02:00
api Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
apps 🐛 Fixed missing location/referrer data with multiple {{subscribe_form}} (#9713) 2018-07-03 10:16:44 +01:00
config
data Fixed missing defaults in model layer 2018-06-26 16:35:23 +02:00
helpers 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
lib Dynamic Routing: Added migration for routes.yaml file (#9692) 2018-06-22 20:28:01 +02:00
models Fixed missing defaults in model layer 2018-06-26 16:35:23 +02:00
public 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
services Renamed StaticRoutesRouter debug namespace (#9706) 2018-06-28 10:44:05 +02:00
translations Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
views
web Added debug log in error handler 2018-06-14 00:36:19 +02:00
analytics-events.js
filters.js
ghost-server.js
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
overrides.js Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
update-check.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00