Users/Markup

* implemented pending-status for newly created accounts
 * Markup should now properly recognize external links
 * Markup will remove links by pending accounts
This commit is contained in:
Sarjuuk
2016-02-17 00:21:03 +01:00
parent 08717c36d0
commit 741ebf38f9
16 changed files with 68 additions and 40 deletions

View File

@@ -1526,7 +1526,7 @@ Summary.prototype = {
var o = $WH.ce('option');
o.value = p;
o._weights = weights[p];
$WH.ae(o, $WH.ct(weights[p].name ? weights[p].name :LANG.presets[p]));
$WH.ae(o, $WH.ct(weights[p].name ? weights[p].name : LANG.presets[p]));
$WH.ae(group, o);
}