aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-04 03:16:20 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-04 03:16:20 +0200
commit440ce05b99983e334a4998fc39396b35b641cff1 (patch)
treed0b82fafb09e2fee8da5f77a1b160083cbab6f37 /data/rhlib
parent78f2a9dc142341ba361420c63200a60c6d58da81 (diff)
downloadbugzilla-triage-440ce05b99983e334a4998fc39396b35b641cff1.tar.gz
Remove unnecessary call OpenStringInPanel and related function.
Diffstat (limited to 'data/rhlib')
-rw-r--r--data/rhlib/rhbzpage.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js
index abc84c7..eb10238 100644
--- a/data/rhlib/rhbzpage.js
+++ b/data/rhlib/rhbzpage.js
@@ -271,7 +271,8 @@ function displayResultsInPanel(results) {
innerString += "No matching lines found!";
}
- self.postMessage(new Message("OpenStringInPanel",
+ self.postMessage(new Message("OpenURLinPanel",
+ 'data:text/html;charset=utf-8,' +
'<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">' +
"<html><head><title>Xorg.0.log analysis</title></head><body><pre>\n" +
innerString.trim() +