From 878e79590e6c19e13114f3dd2e5ca8366e8c900a Mon Sep 17 00:00:00 2001 From: DavidPatterson Date: Wed, 18 Aug 2010 06:45:33 +0000 Subject: [PATCH] Item9481: moved addDefaultsToPage into commonTagsHandler + js comments git-svn-id: http://svn.foswiki.org/trunk/HijaxPlugin@8535 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- pub/System/HijaxPlugin/hijax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/System/HijaxPlugin/hijax.js b/pub/System/HijaxPlugin/hijax.js index b159a7e..208ec1c 100644 --- a/pub/System/HijaxPlugin/hijax.js +++ b/pub/System/HijaxPlugin/hijax.js @@ -469,12 +469,12 @@ showResponse : function(response,url) { query = query ? '?' + query : ''; myURL.source = myURL.source.replace(myURL.query,query); currentURL = myURL; + $rcDialog.dialog("option","title",currentURL.topic+' < '+currentURL.web); } var buttons = $.extend(true,{},dialogButtons); if (!back.length) delete buttons.Back; if (!forward.length) delete buttons.Forward; $rcDialog.dialog("option","buttons",buttons); - $rcDialog.dialog("option","title",currentURL.topic+' < '+currentURL.web); $rcDialog.dialog('open'); return $rC; },