jshint compliance

This commit is contained in:
yflory 2018-07-18 14:25:48 +02:00
parent ebfa2c2dc3
commit 64b51f3a80
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ define([
common.setPadAttribute('channel', newSecret.channel, waitFor(function (err) {
if (err) { warning = true; }
}), href);
var viewHash = Hash.getViewHashFromKeys(secret);
var viewHash = Hash.getViewHashFromKeys(newSecret);
newRoHref = '/' + parsed.type + '/#' + viewHash;
common.setPadAttribute('roHref', newRoHref, waitFor(function (err) {
if (err) { warning = true; }