silverstripe-framework/admin/client/dist/js
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
..
bundle.js Fixes for issues introduced in 5e19d905 2017-02-21 10:48:03 +00:00
leaktools.js Enhancement Fix up buttons within gridfield search 2017-01-10 10:53:10 +13:00
LeftAndMain.Ping.js Enhancement Fix up buttons within gridfield search 2017-01-10 10:53:10 +13:00
main.js FIX stringify api call body to work for IE10 (#6032) 2016-09-21 14:45:30 +12:00
MemberImportForm.js Enhancement Fix up buttons within gridfield search 2017-01-10 10:53:10 +13:00
TinyMCE_SSPlugin.js Enhancement Fix up buttons within gridfield search 2017-01-10 10:53:10 +13:00
UploadField_select.js Enhancement Fix up buttons within gridfield search 2017-01-10 10:53:10 +13:00
vendor.js Fix shift graphql to use post data due to php-5.6.10+ deprecation message 2017-01-15 04:06:30 +13:00