mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
Whitespace/indentation cleanup.
This commit is contained in:
parent
119e14167d
commit
330d89968b
2 changed files with 85 additions and 85 deletions
|
@ -37,7 +37,7 @@ function ajaxPost(url, input, source) {
|
|||
method: 'post',
|
||||
parameters: $(input).serialize(true),
|
||||
onSuccess: processContents
|
||||
}
|
||||
}
|
||||
} // ajaxPost
|
||||
|
||||
// ajaxPut
|
||||
|
@ -77,5 +77,5 @@ function updateElement(contentXML) {
|
|||
var newID = contentXML.getAttribute('div');
|
||||
if($(newID)) {
|
||||
$(newID).update(contentXML.firstChild.nodeValue);
|
||||
}
|
||||
}
|
||||
} // updateElement
|
||||
|
|
|
@ -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