Skip to content

Commit

Permalink
Item9481: moved addDefaultsToPage into commonTagsHandler + js comments
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/HijaxPlugin@8535 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DavidPatterson authored and DavidPatterson committed Aug 18, 2010
1 parent e74e6d1 commit 878e795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/System/HijaxPlugin/hijax.js
Expand Up @@ -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;
},
Expand Down

0 comments on commit 878e795

Please sign in to comment.