we want these to be cached
This commit is contained in:
parent
e1f9d77271
commit
a4fe003878
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue