Sha256: db1938f5b7bf818e2687a1298982d92f09811e27e8f239c019d4871089e410d0
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
$(function() { $.each(data, function(key, val) { $("#choices").append('<h3><input type="checkbox" name="' + key + '" checked="checked" id="id' + key + '">' + '<label for="id' + key + '">'+ val.label + '</label></h3>'); }); $("#choices").find("input").click(drawGraphs); drawGraphs(); })
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
etsy-deployinator-1.1.1 | lib/deployinator/static/js/stats_load.js |
etsy-deployinator-1.1.0 | lib/deployinator/static/js/stats_load.js |