Sha256: 9b746eeac0c1bd7c05b1698501816cc86271f4728cc03c0925d5d5e5e234d6dc
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
list_rrd = (callback) -> jQuery.get "/rrd", (o) -> callback(o) $ -> list_rrd (data) -> # $("#template").tmpl(data).appendTo("#target") tmp = $("#template").tmpl(data) tmp.appendTo("#data_list") # $("#time").showTime( { div_hours: "h ", div_minutes: "m ", div_seconds: "s " } ) $(".time").timeago()
Version data entries
4 entries across 4 versions & 1 rubygems