Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadealmeida committed Aug 7, 2024
1 parent 5d6032f commit d132460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geonode/static/geonode/js/utils/formsetsInTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ function dataForm(form) {

function addNewTab(element) {
button = $("#" + element.id)
console.log($(element))
form = $(element).closest("div[id^='form']")
console.log(form)
infosForm = dataForm(form)
prefix = form.attr("id")
actualForms = infosForm.actualForms
Expand Down

0 comments on commit d132460

Please sign in to comment.