From 6012a4b9ba067c77bcb963c7f2dc8f1801c4413a Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 8 Aug 2013 14:45:26 +0000 Subject: [PATCH] fix #1786 (Clicking on pan.do/ra link in /help opens pan.do/ra in pop-up window) --- static/js/helpDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/helpDialog.js b/static/js/helpDialog.js index cbe50da3..32644f1b 100644 --- a/static/js/helpDialog.js +++ b/static/js/helpDialog.js @@ -114,6 +114,7 @@ pandora.ui.helpDialog = function() { }); that.select(pandora.user.ui.part.help).options({content: $panel}); + pandora.createLinks($text); $list.gainFocus(); }); @@ -149,7 +150,6 @@ pandora.ui.helpDialog = function() { textAlign: 'right', whiteSpace: 'nowrap' }); - pandora.createLinks($text); return that; }