box-o-sand/git-web-ui/static/js/script.js
2012-06-26 21:49:33 -04:00

6 lines
120 B
JavaScript

$(function() {
$.get('/repos/box-o-sand', function(data) {
$('#repo-collection-title').html(data.path);
});
});