ORIENT/modules/system/assets
Luke Towers 37a735c8ed Process JS API requests through the document
Process JS API requests ($.request(handler, options)) through the document object instead of a non-existent form element. The form element was originally added because the framework only supported requests made from within a form
```
[22:08:12] spunky:	The $triggerEl was implemented because previously it was just $form
[22:08:24] spunky: For data-requests without a form, these events were being ignored
[22:08:31] spunky:	So as a workaround I implemented $triggerEl
```
As this is no longer the case, any JS API requests will now be made through the document element instead to support listening to events (such as ajaxSetup) even when there is no real attached element to trigger them on.
2017-02-06 10:36:57 -06:00
..
css Fix image sizes in plugin details page. 2016-12-21 20:53:48 +01:00
images UI updates 2016-02-19 22:12:41 -08:00
js Process JS API requests through the document 2017-02-06 10:36:57 -06:00
less Fix image sizes in plugin details page. 2016-12-21 20:53:48 +01:00
ui Add afterUpdate event to match keyup 2017-02-03 06:50:38 +11:00
vendor Add prettify, update Ace, recompile assets 2015-08-03 19:00:45 +10:00