silverstripe-framework/admin
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
..
client Fixes for issues introduced in 5e19d905 2017-02-21 10:48:03 +00:00
code API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
templates/SilverStripe Merge branch '3' 2017-02-20 22:19:33 +00:00
tests Merge branch '3' 2017-01-31 17:03:53 +00:00
themes API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
thirdparty Enhancement resize icon to sit inline and increase size of search icon and Upload icon 2017-01-10 10:51:07 +13:00
_config.php BUG abstract HTMLEditorConfig instantiates (#6244) 2016-10-28 15:21:44 +13:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00