annotate accounts/static/js/accounts_code.js @ 1219:f354554afb6e modernize tip

Add more bio unit tests.
author Brian Neal <bgneal@gmail.com>
date Sat, 22 Feb 2025 17:17:09 -0600
parents be233ba7ca31
children
rev   line source
bgneal@905 1 $(document).ready(function() {
bgneal@905 2 $.get('/accounts/register/code/', function(data) {
bgneal@905 3 $('#reg-code-block').text(data.code);
bgneal@905 4 });
bgneal@905 5 });