Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Aug 8, 2023
1 parent d0eb064 commit 524c4bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
window["lib_hudson_project_configurable_build_now_callback"] = function (
el,
ev
ev,
) {
let parameterized = el.dataset.parameterized;
let success = el.dataset.success;
if (parameterized === "false") {
fetch(a.href, {
method: 'post',
fetch(el.href, {
method: "post",
headers: crumb.wrap({}),
});
hoverNotification(success, ev.target.parentNode);
Expand Down

0 comments on commit 524c4bb

Please sign in to comment.