Skip to content

Commit

Permalink
Comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jul 27, 2017
1 parent 06f894b commit c8d54ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wallabagger/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,6 @@ PopupController.prototype = {
case 'tags':
this.allTags = msg.tags;
break;
// title is already set, no need to set it again. see #95
// case 'title':
// this.cardTitle.textContent = msg.title;
// break;
case 'setup':
this.AllowSpaceInTags = msg.data.AllowSpaceInTags;
this.apiUrl = msg.data.Url;
Expand Down

0 comments on commit c8d54ba

Please sign in to comment.