diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-29 17:48:13 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-29 17:48:13 +0200 |
commit | b23322548c8dd1efa4741ea6193ea5186bbf0921 (patch) | |
tree | b8ecfd6ad7f94c37e2d94e5216b7f16ee41b0902 /data | |
parent | b5cbfab164a2a1bd8135f8f87aef0fa16ba50f44 (diff) | |
download | bugzilla-triage-b23322548c8dd1efa4741ea6193ea5186bbf0921.tar.gz |
Don't mess with cursor.
Diffstat (limited to 'data')
-rw-r--r-- | data/lib/rhbzpage.js | 2 |
1 files changed, 0 insertions, 2 deletions
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", '<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">' + "<html><head><title>Xorg.0.log analysis</title></head><body><pre>\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 |