From 5c71a775edc75cc3af963ed09002f1027fcac2ff Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 18 Mar 2011 14:29:39 +0100 Subject: Set cursor to busy while analyzing Xorg.0.log. --- data/lib/rhbzpage.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/lib') diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index bca0901..bd03e87 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -634,6 +634,7 @@ function analyzeXorg(results) { innerString += "No matching lines found!"; } + document.body.style.cursor = "auto"; postMessage(new Message("OpenStringInPanel", '' + "Xorg.0.log analysis
\n" +
@@ -642,6 +643,7 @@ function analyzeXorg(results) {
 }
 
 function analyzeXorgLog(attachID, backMsg) {
+    document.body.style.cursor = "wait";
     postMessage(new Message("GetURL", {
         url: "https://" + window.location.hostname + "/attachment.cgi?id=" + attachID,
         backMessage: backMsg
-- 
cgit