Skip to content

Commit

Permalink
Fixed device list link to wrong address (issue #191), and deleted a s…
Browse files Browse the repository at this point in the history
…nippet of commented code not needed anymore in conversation.js
  • Loading branch information
almakantara committed May 21, 2021
1 parent 4102fb9 commit 6cdea31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions public/javascripts/conversation.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ $(() => {
}

function manageLostConnectionMsg(todo) {
// let last_elem = $("#chat > span").last();
//$("#chat span:last-child")

switch (todo) {
case 'remove':
$('#chat > .help-block').remove();
Expand Down
2 changes: 1 addition & 1 deletion views/devices_list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ block content
div.col-lg-4.col-md-6
div.panel.panel-default.installed-dev
div.content-head
a(href='https://thingpedia.stanford.edu/thingpedia/devices/by-id/' + dev.kind).panel-heading
a(href=Config.THINGPEDIA_URL + '/devices/by-id/' + dev.kind).panel-heading
h2.panel-title= dev.name
div.panel-body
p.device-icon-small
Expand Down

0 comments on commit 6cdea31

Please sign in to comment.