Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 995:902a68924587
Added Reverb Brazil logo/link to community banners.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 12 Nov 2015 18:39:51 -0600 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });