From 11c189116b1fbba7d25a77e2bc620a20e9fd9b57 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 19 Jul 2007 09:40:57 +0000 Subject: Added missing query_volatile to iframe fallback loader --- itjs/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs') diff --git a/itjs/loader.js b/itjs/loader.js index 33cd27b..2a29d8b 100644 --- a/itjs/loader.js +++ b/itjs/loader.js @@ -122,7 +122,7 @@ load: function(baseurl, pos, num, query_volatile, retry) this.loader = { starttime: new Date().getTime(), retry: retry }; var loaderinstance = this.name; window[loaderinstance] = this; - this.iframe.src = baseurl + "&pos=" + pos + "&num=" + num + '&itjs_call=parent.' + loaderinstance + '.dataReady&itjs_callid=' + ++this.callid; + this.iframe.src = baseurl + "&pos=" + pos + "&num=" + num + (query_volatile ? query_volatile : "") + '&itjs_call=parent.' + loaderinstance + '.dataReady&itjs_callid=' + ++this.callid; } } else -- cgit v1.2.3