Use the new toolbar and move the userlist code in a separate file
This commit is contained in:
@@ -41,6 +41,7 @@ define([
|
||||
var ret = {};
|
||||
|
||||
if (!href) { return ret; }
|
||||
if (href.slice(-1) !== '/') { href += '/'; }
|
||||
|
||||
if (!/^https*:\/\//.test(href)) {
|
||||
var idx = href.indexOf('/#');
|
||||
|
||||
Reference in New Issue
Block a user