mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05: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) {
|
if (EventHandler.sourceClickCount[playlistId] > 1) {
|
||||||
el = Event.element(e);
|
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
|
// Firefox generates and event when clicking in and empty area
|
||||||
// of the select box
|
// of the select box
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user