box-o-sand/.old/git-web-ui/static/js/script.js

6 lines
120 B
JavaScript

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