FIX Make sure CurrentXHR is set back to null on completion

This commit is contained in:
Hamish Friedlander 2013-08-20 15:49:37 +12:00
parent e282f0b661
commit fda4b91d06

View File

@ -446,6 +446,7 @@ jQuery.noConflict();
headers: headers,
url: state.url,
complete: function() {
self.setCurrentXHR(null);
// Remove loading indication from old content els (regardless of which are replaced)
contentEls.removeClass('loading');
},