Skip to content

Commit

Permalink
Removed use of document.href
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmood Asghar authored and Mehmood Asghar committed Jun 13, 2013
1 parent 241f030 commit 87d0bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/datacatalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ $(document).ready(function() {
});//end-dialog

//load dialog content
$('#'+dialog_id).load(data_url+'?referer='+window.location.href, function() {
$('#'+dialog_id).load(data_url+'?repo='+$("#repo_ref").val(), function() {
dialog.closest(".ui-dialog").find(".ui-dialog-title").append('<div class="ui-dialog-subtitle"><span class="ui-dialog-stats"></span> | <span class="clear-selection link">'+i18n.clear+'</span></div>');
});

Expand Down

0 comments on commit 87d0bea

Please sign in to comment.