Skip to content

Commit

Permalink
[IMP] Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 18, 2024
1 parent 1cfd6a1 commit d02282f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/pages/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ function api_error(propagate_api_error){
}

function sendBefore(beforeSend_fn, settings) {
if (beforeSend_fn !== undefined) {
beforeSend_fn(jqXHR, settings);
}
if (beforeSend_fn !== undefined) {
beforeSend_fn(jqXHR, settings);
}
}

function get_request_data_api(uri, data, propagate_api_error, beforeSend_fn) {
Expand Down

0 comments on commit d02282f

Please sign in to comment.