mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix audio end of folder button toggle visuals
This commit is contained in:
parent
6ce0af8b23
commit
3de8754e7e
|
|
@ -1922,7 +1922,7 @@ var mpl = (function () {
|
|||
};
|
||||
|
||||
function draw_pb_mode() {
|
||||
var btns = QSA('#pb_mode>a');
|
||||
var btns = QSA('#h_pbmode a');
|
||||
for (var a = 0, aa = btns.length; a < aa; a++) {
|
||||
clmod(btns[a], 'on', btns[a].getAttribute("m") == r.pb_mode);
|
||||
btns[a].onclick = set_pb_mode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue