We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b282105 commit 801d5e6Copy full SHA for 801d5e6
mpdcontroller/templates/mpdcontroller/index.html
@@ -65,6 +65,8 @@
65
event.preventDefault();
66
}
67
68
+ window.setInterval(updateStatus, 5000);
69
+
70
window.onload = function window_onload() {
71
updateStatus();
72
a_tag_list = document.querySelectorAll('a');
0 commit comments