mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
Minimal IE prefix, won't fix anything, I just wanted to
commit before messing with the Rico livegrid
This commit is contained in:
parent
5a731133e2
commit
76ef6be721
@ -154,7 +154,8 @@ var EventHandler = {
|
||||
}
|
||||
if (EventHandler.sourceClickCount[playlistId] > 1) {
|
||||
el = Event.element(e);
|
||||
if (!el.text) {
|
||||
if (!document.all && !el.text) {
|
||||
// IE sends the select in the event, not the option
|
||||
// Firefox generates and event when clicking in and empty area
|
||||
// of the select box
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user