[rhythmbox] webremote: fix element id for hostname
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] webremote: fix element id for hostname
- Date: Tue, 7 Nov 2017 12:10:15 +0000 (UTC)
commit 05e92dcb4fb64a4b253d10bfdd0dd926a0ef8164
Author: Jonathan Matthew <jonathan d14n org>
Date: Tue Nov 7 22:09:55 2017 +1000
webremote: fix element id for hostname
plugins/webremote/js/webremote.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/webremote/js/webremote.js b/plugins/webremote/js/webremote.js
index f0b447e..5cc0de0 100644
--- a/plugins/webremote/js/webremote.js
+++ b/plugins/webremote/js/webremote.js
@@ -149,7 +149,7 @@ var connect = function() {
}
}
if ("hostname" in m) {
- document.getElementById("connection-hostname").textContent = m['hostname'];
+ document.getElementById("connectionhostname").textContent = m['hostname'];
}
if ("id" in m) {
lastposition = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]