Skip to content

Commit

Permalink
All of this shit is undocumented
Browse files Browse the repository at this point in the history
Need to find #6863 (comment) every fucking time
  • Loading branch information
daniel-beck committed Aug 8, 2023
1 parent d0eb064 commit 6f218aa
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 6f218aa

Please sign in to comment.