Change TOP Clients from default 10 to 20

Hello,

Thank you for the hint, this was the trick and I now can see the additional clients.

For those that are interested, the same for the top domains can be done with:
function updateTopLists() {
$.getJSON("api.php?summaryRaw&topItems=15", function(data) {

Best regards,