1
0
Fork 0
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:
John Moore 2013-07-21 11:55:36 -05:00 committed by Paul Arthur
parent c952ca6fa3
commit b11dd26efd

View file

@ -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 = '';
}
}