From ef4ffe1c5cb865e20b236192e1acf15fb36e4eed Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 24 Nov 2016 16:40:22 +0800 Subject: webui: Use new ".getJSONUncached()" instead of ".getJSON()" --- fg21sim/webui/static/js/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/webui/static/js/console.js') diff --git a/fg21sim/webui/static/js/console.js b/fg21sim/webui/static/js/console.js index 2bb9525..5100c7a 100644 --- a/fg21sim/webui/static/js/console.js +++ b/fg21sim/webui/static/js/console.js @@ -145,7 +145,7 @@ var deleteLogMessages = function () { * @param {String} url - The URL that handles the "console" AJAX requests. */ var getServerTaskStatus = function (url) { - return $.getJSON(url) + return $.getJSONUncached(url) .fail(function (jqxhr) { var modalData = {}; modalData.icon = "times-circle"; -- cgit v1.2.2