mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 02:43:02 +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({
|
$.ajax({
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
url: url,
|
url: url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user