1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/services
Kevin Ansfield fefc8358cb 🐛 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 Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
config.js Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
dropdown.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
event-bus.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
feature.js Made Koenig the default editor, removed Koenig labs flag 2018-08-14 17:49:50 +01:00
ghost-paths.js 🐛 Fixed low-resolution gravatar images on Team/User screens 2018-05-14 12:15:08 +01:00
lazy-loader.js 🐛 Fixed Code Injection input fields not being clickable 2019-02-11 21:08:15 +00:00
media-queries.js Unsplash integration 2017-08-15 16:01:12 +01:00
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 🐛 Fixed "Are you sure" modal being shown incorrectly after toggling private mode (#964) 2018-03-09 14:42:27 +00:00
slug-generator.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
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 🎨 Move "Update available" notification to the About screen (#894) 2018-01-09 14:23:36 +00:00