aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/rhbzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r--data/lib/rhbzpage.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js
index 81116ba..8831b24 100644
--- a/data/lib/rhbzpage.js
+++ b/data/lib/rhbzpage.js
@@ -140,8 +140,6 @@ function RHcentralCommandDispatch(cmdLabel, cmdParams) {
}
}
-/* === Bugzilla functions === */
-
/**
* Make it sailent that the some attachments with bad MIME type are present
*
@@ -296,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" +
@@ -305,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