we want these to be cached
This commit is contained in:
parent
e1f9d77271
commit
a4fe003878
@ -352,7 +352,7 @@ $.Autocompleter = function(input, options) {
|
||||
} else if( (typeof options.url == "string") && (options.url.length > 0) ){
|
||||
|
||||
var extraParams = {
|
||||
timestamp: +new Date()
|
||||
timestamp: 0 //+new Date()
|
||||
};
|
||||
$.each(options.extraParams, function(key, param) {
|
||||
extraParams[key] = typeof param == "function" ? param() : param;
|
||||
|
Loading…
x
Reference in New Issue
Block a user