travis-web/assets/scripts/lib
Piotr Sarnacki 5b771aafcc Use XMLHttpRequest directly
jQuery uses getAllResponseHeaders function for getting response headers,
even for getResponseHeader. As far as I know, there is no easy way to
get original xhr object and call getResponseHeader on such object.
Because of that getResponseHeader is broken on firefox with CORS.

I rewrote Travis.ajax to use XMLHttpRequest directly in order to fix
this, the compatibility with jQuery.ajax is mostly handled.
2013-05-15 17:23:47 +02:00
..
ext change I18n.missingTranslation so that we use the last part of the key, titleized instead of a phat, ugly monster message 2012-11-22 16:24:40 +01:00
travis Use XMLHttpRequest directly 2013-05-15 17:23:47 +02:00