Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1069:ae015fcec351
Initial custom color/styling for V3.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 05 Apr 2016 20:40:09 -0500 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });