Vergleich admin/modules/user/banning.php - 1.8.17 - 1.8.22
Zeile 40 | Zeile 40 |
---|---|
|
|
$banned_groups = array(); | |
while($group = $db->fetch_array($query)) | while($group = $db->fetch_array($query)) |
Zeile 510 | Zeile 511 |
}, |
}, |
$(\'[for=username]\').click(function(){ | $(\'[for=username]\').on(\'click\', function(){ |
$("#username").select2(\'open\'); | $("#username").select2(\'open\'); |