fedora-infra / statscache

A daemon to build and keep fedmsg statistics
GNU Lesser General Public License v2.1
11 stars 9 forks source link

Javascript error in dashboard: unable to retrieve keys from undefined. #48

Closed rtnpro closed 9 years ago

rtnpro commented 9 years ago

Problem

Object.keys(data[0]) in https://github.com/fedora-infra/statscache/blob/develop/statscache/templates/dashboard.html#L42 fails when data == []

Solution

Return if data.length === 0.