silverstripe-framework/admin/client/dist
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
..
fonts Loading indicator on buttons now. 2017-01-10 11:05:58 +13:00
images Enhancement Fix Campaign admin publish button styles missing 2017-01-10 11:05:58 +13:00
js Fixes for issues introduced in 5e19d905 2017-02-21 10:48:03 +00:00
styles Merge pull request #6631 from mikaelayoung/#3259_make_upload_field_more_friendly 2017-02-17 08:39:47 +00:00