mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2615 from a2nt/jquery.ondemand-fix
BUG onDemand plugin fixture
This commit is contained in:
commit
ae0a42fc58
@ -16,7 +16,7 @@
|
|||||||
(function($){
|
(function($){
|
||||||
|
|
||||||
var decodePath = function(str) {
|
var decodePath = function(str) {
|
||||||
return str.replace(/%2C/g,',').replace(/\&/g, '&');
|
return str.replace(/%2C/g,',').replace(/\&/g, '&').trim();
|
||||||
};
|
};
|
||||||
|
|
||||||
$.extend({
|
$.extend({
|
||||||
|
Loading…
Reference in New Issue
Block a user