Skip to content

Commit

Permalink
#225 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng-bai committed Nov 23, 2023
1 parent e00334c commit b4ae3e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grails-app/views/manageLayers/layer.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
function confirmDelete(id, name) {
if (confirm("Permanently delete field " + name + "?")) {
var url = '${createLink(action: "deleteLayer", controller:"manageLayers")}/' + id
console.log(url)
$(location).attr('href', url);
}
}
Expand Down

0 comments on commit b4ae3e0

Please sign in to comment.