Subversion Repositories cheapmusic

Rev

Rev 116 | Rev 120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 118
Line 299... Line 299...
299
	xhttp.send("function=update&id=" + id + "&artist=" + encodeURIComponent(artist) + "&title=" + encodeURIComponent(title) + "&barcode=" + encodeURIComponent(barcode) + "&cond=" + encodeURIComponent(cond) + "&format=" + encodeURIComponent(format) + "&price=" + encodeURIComponent(price) + "&sessionTab=" + document.getElementById("sessionTab").value);
299
	xhttp.send("function=update&id=" + id + "&artist=" + encodeURIComponent(artist) + "&title=" + encodeURIComponent(title) + "&barcode=" + encodeURIComponent(barcode) + "&cond=" + encodeURIComponent(cond) + "&format=" + encodeURIComponent(format) + "&price=" + encodeURIComponent(price) + "&sessionTab=" + document.getElementById("sessionTab").value);
300
}
300
}
301
 
301
 
302
// Flex Data List
302
// Flex Data List
303
function flexdatalistSetup() {
303
function flexdatalistSetup() {
304
	if ($.fn.flexdatalist) {
304
	if ($.fn.flexdatalist && $.fn.clearer) {
305
		$('.flexdatalist').flexdatalist();
305
		$('.flexdatalist').flexdatalist();
306
		$(function() {
306
		$(function() {
307
			$("input[id='searchTerm-flexdatalist']").clearer();
307
			$("input[id='searchTerm-flexdatalist']").clearer();
308
		});
308
		});
309
		$('.flexdatalist').flexdatalist({
309
		$('.flexdatalist').flexdatalist({