Sha256: 04cea69b019326fe80f2eaa9312db094bcea4b991fa5d16d53d4f5d1c647bf61
Contents?: true
Size: 382 Bytes
Versions: 24
Compression:
Stored size: 382 Bytes
Contents
$(function() { var statsTable = $("#sidebar ul#stats"); if (statsTable.size() > 0) { $.getJSON("http://github.com/api/v2/json/repos/show/assaf/vanity?callback=?", function(response) { statsTable. prepend( $("<li>").append("Forks: " + response.repository.forks) ). prepend( $("<li>").append("Watchers: " + response.repository.watchers) ) }) } });
Version data entries
24 entries across 24 versions & 1 rubygems