mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
javascript change listener prevented the changing of any album/artist drop downs from actually changing
This commit is contained in:
parent
c952ca6fa3
commit
b11dd26efd
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ function check_inline_song_edit(type, song) {
|
|||
var target = type + '_select_' + song;
|
||||
if ($(target).options[$(target).selectedIndex].value == -1) {
|
||||
$(target).innerHTML = '<input type="textbox" name="' + type + '_name" value="New ' + type + '" />';
|
||||
} else {
|
||||
$(target).innerHTML = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue