Don't return channel in parsePadUrl
This commit is contained in:
@@ -315,8 +315,7 @@ define([
|
||||
privateDat.availableHashes.viewHash;
|
||||
var href = privateDat.pathname + '#' + hash;
|
||||
if (AppConfig.textAnalyzer && textContentGetter) {
|
||||
var channelId = Hash.hrefToHexChannelId(href, privateDat.password);
|
||||
AppConfig.textAnalyzer(textContentGetter, channelId);
|
||||
AppConfig.textAnalyzer(textContentGetter, privateDat.channel);
|
||||
}
|
||||
|
||||
if (options.thumbnail && privateDat.thumbnails) {
|
||||
|
||||
Reference in New Issue
Block a user