Commit 3323b27c authored by Eren Inan Canpolat's avatar Eren Inan Canpolat Committed by Jean-Baptiste Kempf

Fix typo in http interface

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 27be9b0b
...@@ -88,7 +88,7 @@ function updateStatus() { ...@@ -88,7 +88,7 @@ function updateStatus() {
orientation: "vertical", orientation: "vertical",
stop: function (event, ui) { stop: function (event, ui) {
$('#' + $(this).attr('id') + '_txt').empty().append(ui.value + 'dB'); $('#' + $(this).attr('id') + '_txt').empty().append(ui.value + 'dB');
sendCommad({ sendCommand({
command: 'equalizer', command: 'equalizer',
val: ui.value, val: ui.value,
band: $(this).attr('id').substr(2) band: $(this).attr('id').substr(2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment