Ghost/ghost/admin/app/services
Kevin Ansfield e7c3b1b0e3 🐛 Fixed Code Injection input fields not being clickable
no issue
- lazy loaded scripts such as the CodeMirror asset used on the Code Injection screen could throw errors such as `TypeError: Cannot set property 'modeOption' of undefined`
- this was caused by "loading" promise returned from the `lazyLoader` service returning as soon as the network request finished which can be before the loaded script has been parsed and run meaning any processing occurring after the promise returns could be depending on unloaded code
- switched the lazyLoader service's loading mechanism from an ajax fetch to insertion of a `<script>` tag which can have `load` event attached which _will_ return after parsing/loading has completed
2019-02-11 21:08:15 +00:00
..
ajax.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
clock.js
config.js
dropdown.js
event-bus.js
feature.js
ghost-paths.js
lazy-loader.js 🐛 Fixed Code Injection input fields not being clickable 2019-02-11 21:08:15 +00:00
media-queries.js
notifications.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
resize-detector.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
session.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
settings.js
slug-generator.js
tour.js Updated docs links to best equivalents (#1097) 2019-01-16 16:03:33 +00:00
ui.js 🎨 Removed auto hide/show navigation toggle (#1094) 2019-01-10 15:00:07 +00:00
unsplash.js 🐛 Fixed Unsplash image selector being empty when first opening (#1100) 2019-02-06 10:40:34 +00:00
upgrade-status.js