FIX: IE8 support in jquery.ondemand.js (fixes #2872)

This commit is contained in:
Loz Calver 2014-02-19 16:57:27 +00:00
parent 0f1ae75dd8
commit a681bd7bd2

View File

@ -16,7 +16,7 @@
(function($){
var decodePath = function(str) {
return str.replace(/%2C/g,',').replace(/\&/g, '&').trim();
return str.replace(/%2C/g,',').replace(/\&/g, '&').replace(/^\s+|\s+$/g, '');
};
$.extend({