silverstripe-framework/admin/client/src
Lee Bradley 0361194267 Fixes for issues introduced in 5e19d905
As the "onunmatch" is triggered AFTER the element is removed
  from the DOM it never finds the `closest('div')` when switching
  screens. E.g. when using GridField edit
  So when you go from the GridField edit screen back to the page
  you end up with the page loaded but the spinner doesn't disappear
Other option would be to do `$('body').find('.cms-content-loading-overlay,.cms-content-loading-spinner').remove()`
  but this is probably a bit drastic
2017-02-21 10:48:03 +00:00
..
boot BUG Prevent type-loss of graphql variables by using JSON.stringify 2017-01-16 16:36:58 +13:00
bundles Removed unnecessary urlQuery(), expose qs instead 2017-01-09 14:55:20 +13:00
components API Scaffolded redux form fields have the parent form name assigned as a property 2017-01-18 11:49:09 +13:00
containers Fix regression issues in campaigns 2017-01-12 12:31:32 +13:00
font Enhancement improve secondary action colours 2017-01-10 10:55:34 +13:00
images API Moved frontend assets into admin/ "module" 2016-09-16 13:46:06 +12:00
legacy Fixes for issues introduced in 5e19d905 2017-02-21 10:48:03 +00:00
lib Throw warning on missing client validation 2017-01-16 11:59:10 +13:00
mocks Correct naming for JS and CSS files in client/ 2016-04-25 15:43:19 +12:00
sprites Enhancement Fix Campaign admin publish button styles missing 2017-01-10 11:05:58 +13:00
state Fix linting issues 2017-01-11 10:56:17 +13:00
styles Merge pull request #6631 from mikaelayoung/#3259_make_upload_field_more_friendly 2017-02-17 08:39:47 +00:00
i18n.js Added react LookupField component 2016-10-05 15:32:05 +13:00
jQuery.js API Moved frontend assets into admin/ "module" 2016-09-16 13:46:06 +12:00