From 288b0c2df12f5041c0a98a908e905fc584029d5b Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 May 2018 15:16:48 +0200 Subject: [PATCH] Lint compliance --- www/common/toolbar3.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index b351002fc..7b9e1abaf 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -576,7 +576,6 @@ define([ if (Common.isLoggedIn()) { return; } var pd = config.metadataMgr.getPrivateData(); var o = pd.origin; - var hashes = pd.availableHashes; var cid = pd.channel; Common.sendAnonRpcMsg('IS_CHANNEL_PINNED', cid, function (x) { if (x.error || !Array.isArray(x.response)) { return void console.log(x); }