aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-03-29 17:48:13 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-03-29 17:48:13 +0200
commitb23322548c8dd1efa4741ea6193ea5186bbf0921 (patch)
treeb8ecfd6ad7f94c37e2d94e5216b7f16ee41b0902 /data/lib
parentb5cbfab164a2a1bd8135f8f87aef0fa16ba50f44 (diff)
downloadbugzilla-triage-b23322548c8dd1efa4741ea6193ea5186bbf0921.tar.gz
Don't mess with cursor.
Diffstat (limited to 'data/lib')
-rw-r--r--data/lib/rhbzpage.js2
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