Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 911:d3f6e9cb1f39
First take at an oembed refresh command.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 17 Mar 2015 21:24:45 -0500 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });