1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

start to rework music tabs

This commit is contained in:
Luke Pulverenti 2015-09-03 12:39:24 -04:00
parent d09b8462c4
commit 387550a5cf
12 changed files with 566 additions and 1555 deletions

View file

@ -135,7 +135,7 @@
});
slider.bind("vmousedown", $.proxy(this._sliderVMouseDown, this))
.bind("vclick", false);
.bind("click", false);
// We have to instantiate a new function object for the unbind to work properly
// since the method itself is defined in the prototype (causing it to unbind everything)
@ -158,7 +158,7 @@
"keyup": "_handleKeyup"
});
this.handle.bind("vclick", false);
this.handle.bind("click", false);
this._handleFormReset();