Search results being clicked when swiping

When swiping on a touchscreen device to scroll thru a list of results, it will also activate the onclick to add a track to queue.

I’m almost positive this can be fixed by changing the button from onclick to onmouseup.

The problem is… I can’t find this code anywhere. I have looked in Index.html Index2.html and the Controls.js.

Can anyone help me locate where this code is?

You can comment out fastclick in the webclient (/opt/webclient/index.html) I will remove it in the next version, since there are many users complaining about it, and I have some problems with it too