Skip to content

Commit

Permalink
don't load the contribute iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-m-g committed Jul 12, 2024
1 parent 49eff94 commit 3711f96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function contributeAddDetails(datasetId, typeOfCall, anchor){
// });

if (popup.attr('dataset-id') != String(datasetId)) {
prepareContributePopup(datasetId);
// prepareContributePopup(datasetId);
}
if (anchor) {
$("#addDataPopupFrame").prop("src", _getContributeURL(datasetId, anchor));
Expand Down Expand Up @@ -65,6 +65,6 @@ $(document).ready(function() {
let link = $('.contribute-popup-init:last');
let datasetId = link.attr('dataset-id');
if (datasetId !== "DO_IGNORE") {
prepareContributePopup(datasetId);
// prepareContributePopup(datasetId);
}
});

0 comments on commit 3711f96

Please sign in to comment.