Add randomstring to each internal api

This commit is contained in:
Ruud
2012-12-30 18:39:16 +01:00
parent 74e4b015a9
commit 611a32d110

View File

@@ -13,7 +13,7 @@ var ApiClass = new Class({
return new Request[r_type](Object.merge({
'callbackKey': 'callback_func',
'method': 'get',
'url': self.createUrl(type),
'url': self.createUrl(type, {'t': randomString()}),
}, options)).send()
},