Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-73968] Extract event handler in QuickDiskUsagePlugin/sidepanel.jelly #113

Merged
merged 17 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use fetch api - remove explicit header
shlomomdahan committed Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 161b4fd777ae0fb7a7a91e09b21d6a1bf6f673fb
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@ function refreshDiskUsage(a) {

fetch("refresh", {
method: "POST",
headers: crumb.wrap({
"Content-Type": "application/x-www-form-urlencoded",
}),
headers: crumb.wrap({}),
});

hoverNotification('Refresh scheduled', a.parentNode);