diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-29 17:48:13 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:44:01 +0200 |
commit | 00c28a3061f196b66972069101ab66e2c99dfe90 (patch) | |
tree | 5805353b505b701f45b6473202bbfddff11ed115 /data | |
parent | 0916a6ecf53909dc617cd0d22bc62c4c0466da0a (diff) | |
download | bugzilla-triage-00c28a3061f196b66972069101ab66e2c99dfe90.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 81116ba..4adb6ea 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -296,7 +296,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" + @@ -305,7 +304,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 |