Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1135:3a2669a92709
Update kombu for a redis UNIX socket problem.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 12 Oct 2016 20:29:36 -0500 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });