diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-04 03:16:20 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-04 03:16:20 +0200 |
commit | 440ce05b99983e334a4998fc39396b35b641cff1 (patch) | |
tree | d0b82fafb09e2fee8da5f77a1b160083cbab6f37 /data | |
parent | 78f2a9dc142341ba361420c63200a60c6d58da81 (diff) | |
download | bugzilla-triage-440ce05b99983e334a4998fc39396b35b641cff1.tar.gz |
Remove unnecessary call OpenStringInPanel and related function.
Diffstat (limited to 'data')
-rw-r--r-- | data/rhlib/rhbzpage.js | 3 |
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() + |