From b23322548c8dd1efa4741ea6193ea5186bbf0921 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 29 Mar 2011 17:48:13 +0200 Subject: Don't mess with cursor. --- data/lib/rhbzpage.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/lib') diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index 98a5175..8831b24 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -294,7 +294,6 @@ function analyzeXorg(results) { innerString += "No matching lines found!"; } - document.body.style.cursor = "auto"; postMessage(new Message("OpenStringInPanel", '' + "Xorg.0.log analysis
\n" +
@@ -303,7 +302,6 @@ 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