Don't return channel in parsePadUrl
This commit is contained in:
@@ -629,7 +629,6 @@ define([
|
||||
var type = data.type;
|
||||
if (!href && !type) { return $icon; }
|
||||
|
||||
// Password not needed to get the type
|
||||
if (!type) { type = Hash.parsePadUrl(href).type; }
|
||||
$icon = UI.getIcon(type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user