Skip to content

Commit

Permalink
Dev: Un-comment needed line
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 2, 2016
1 parent 4adf12a commit 5749a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/attributeMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ $(document).ready(function(){
}, function(msg){
$('#attribute-map-participant-modal .modal-body').html(msg);
$('#attribute-map-participant-modal').on('hide.bs.modal' , function (e) {
//$(location).attr('href',redUrl);
$(location).attr('href',redUrl);
});
$('#attribute-map-participant-modal').modal();
});
Expand Down

0 comments on commit 5749a1e

Please sign in to comment.