From c8d54baf269cb40afebac0ffcf9d23cc621c71ac Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 27 Jul 2017 19:58:21 +0200 Subject: [PATCH] Comments removed --- wallabagger/js/popup.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wallabagger/js/popup.js b/wallabagger/js/popup.js index 316876a..ddacc3d 100644 --- a/wallabagger/js/popup.js +++ b/wallabagger/js/popup.js @@ -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;