mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Update GetID3 to latest project commit
Fixed #519: Track reorder on 3.7.1-develop does not work
This commit is contained in:
parent
750d4668fd
commit
494970eb1a
9 changed files with 111 additions and 24 deletions
|
@ -262,9 +262,8 @@ function check_inline_song_edit(type, song) {
|
|||
/* Sortable table */
|
||||
/*********************/
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
var eles = $("tbody[id^='sortableplaylist_']");
|
||||
function sortPlaylistRender() {
|
||||
var eles = $("tbody[id^='sortableplaylist_']");
|
||||
if (eles != null) {
|
||||
var len = eles.length;
|
||||
for (var i = 0; i < len; i++) {
|
||||
|
@ -274,6 +273,10 @@ $(document).ready(function () {
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
sortPlaylistRender();
|
||||
});
|
||||
|
||||
function submitNewItemsOrder(itemId, tableid, rowPrefix, updateUrl, refreshAction) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue