mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user