mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Whitespace/indentation cleanup.
This commit is contained in:
parent
119e14167d
commit
330d89968b
2 changed files with 85 additions and 85 deletions
|
@ -25,7 +25,7 @@ function flipField(field) {
|
|||
}
|
||||
else {
|
||||
$(field).disabled = false;
|
||||
}
|
||||
}
|
||||
} // flipField
|
||||
|
||||
// updateText
|
||||
|
@ -43,7 +43,7 @@ function toggleVisible(element) {
|
|||
}
|
||||
else {
|
||||
$(element).style.display = 'block';
|
||||
}
|
||||
}
|
||||
} // toggleVisible
|
||||
|
||||
// delayRun
|
||||
|
@ -58,7 +58,7 @@ function delayRun(element, time, method, page, source) {
|
|||
clearTimeout(element.zid);
|
||||
}
|
||||
|
||||
element.zid = setTimeout(action,time);
|
||||
element.zid = setTimeout(action, time);
|
||||
|
||||
} // delayRun
|
||||
|
||||
|
@ -76,7 +76,7 @@ function reloadUtil(target) {
|
|||
}
|
||||
else {
|
||||
$('util_iframe').src = $('util_iframe').src;
|
||||
}
|
||||
}
|
||||
} // reloadUtil
|
||||
|
||||
// reloadRedirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue