mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-03 17:11:16 +03:00
Be consistent in function definition approach.
This commit is contained in:
parent
2691ed7a81
commit
cd4f1d69c6
@ -42,7 +42,7 @@ formatStats = function() {
|
||||
});
|
||||
}
|
||||
|
||||
function doUpdate(url, success, failure) {
|
||||
doUpdate = function(url, success, failure) {
|
||||
$.ajax({
|
||||
dataType: "json",
|
||||
url: url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user