aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
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 /lib/libbugzilla.js
parent78f2a9dc142341ba361420c63200a60c6d58da81 (diff)
downloadbugzilla-triage-440ce05b99983e334a4998fc39396b35b641cff1.tar.gz
Remove unnecessary call OpenStringInPanel and related function.
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r--lib/libbugzilla.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index f7ae37b..928555e 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -248,11 +248,6 @@ exports.setClipboard = function setClipboard(stuff) {
clipboard.set(stuff, "text");
};
-exports.openStringInNewPanel = function openStringInNewPanel(inHTMLStr) {
- openURLInNewPanel("data:text/html;charset=utf-8," +
- inHTMLStr);
-};
-
var openURLInNewPanel = exports.openURLInNewPanel = function openURLInNewPanel(url) {
var panel = panelMod.Panel({
contentURL: url,