ORIENT/modules/system/assets
Luke Towers cdc8b23fd4 Fixing same-origin AJAX requests
jQuery sends multiple values for the `X-REQUESTED-WITH` header if it has already been set, even when the value is the same. This means that same-origin requests would send `X-REQUESTED-WITH: XMLHttpRequest, XMLHttpRequest` which isn't detected as AJAX by Laravel/Symphony.

To fix this issue while retaining the crossDomain usage of framework.js, I've used `crossDomain: false` to trick jQuery into sending the header anyways on cross-origin requests. This is still changeable by the user in the `ajaxSetup` event.
2017-02-15 09:56:43 -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 Fixing same-origin AJAX requests 2017-02-15 09:56:43 -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