Skip to content

Commit

Permalink
Rm title association with li per #570
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 25, 2018
1 parent dc57f25 commit 8b866e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ipwb/assets/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ function addURIListToDOM () {

li.setAttribute('data-mime', memento['mime'])
li.setAttribute('data-status', memento['status'])
if ('title' in memento) {
li.setAttribute('title', memento['title'])
}

const isHTML = memento['mime'].toLowerCase().startsWith('text/html')
const isARedirect = memento['status'][0] === '3'
Expand Down

0 comments on commit 8b866e6

Please sign in to comment.