we want these to be cached

This commit is contained in:
Shish 2010-04-26 06:27:33 +01:00
parent e1f9d77271
commit a4fe003878

View file

@ -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;