silverstripe-framework/admin/client
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
..
dist Fixes for issues introduced in 5e19d905 2017-02-21 10:48:03 +00:00
lang Update translations 2017-01-17 17:07:42 +13:00
src Fixes for issues introduced in 5e19d905 2017-02-21 10:48:03 +00:00