django-dajax icon indicating copy to clipboard operation
django-dajax copied to clipboard

Wrong function name in docs.

Open chadmv opened this issue 12 years ago • 1 comments

In the docs for the script(code) function, the example code says

dajax.code('my_function();')

instead of

dajax.script('my_function();')

chadmv avatar Feb 09 '13 22:02 chadmv

I also came here to report this issue, and even forked the repo to submit a fix... until I saw there already was a pull request with this fixed: See Pull 51

ChrisFreeman avatar Dec 04 '13 08:12 ChrisFreeman