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

Version Path
vanity-4.0.4 doc/site.js
vanity-4.0.3 doc/site.js
vanity-4.0.2 doc/site.js
vanity-4.0.1 doc/site.js
vanity-4.0.0 doc/site.js
vanity-3.1.0 doc/site.js
vanity-3.0.2 doc/site.js
vanity-3.0.1 doc/site.js
vanity-3.0.0 doc/site.js
vanity-2.2.10 doc/site.js
vanity-2.2.9 doc/site.js
vanity-2.2.8 doc/site.js
vanity-2.2.7 doc/site.js
vanity-2.2.6 doc/site.js
vanity-2.2.4 doc/site.js
vanity-2.2.3 doc/site.js
vanity-2.2.2 doc/site.js
vanity-2.2.1 doc/site.js
vanity-2.2.0 doc/site.js
vanity-2.1.2 doc/site.js