1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Whitespace/indentation cleanup.

This commit is contained in:
Paul 'flowerysong' Arthur 2010-06-24 03:04:06 +00:00
parent 119e14167d
commit 330d89968b
2 changed files with 85 additions and 85 deletions

View file

@ -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