Mercurial > public > sg101
annotate news/static/js/news_admin.js @ 581:ee87ea74d46b
For Django 1.4, rearranged project structure for new manage.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 17:10:48 -0500 |
parents | gpp/news/static/js/news_admin.js@7854d75427af |
children | 8386a8ebcbc7 |
rev | line source |
---|---|
bgneal@486 | 1 django.jQuery(document).ready(function() { |
bgneal@486 | 2 django.jQuery('#id_meta_description').addClass('mceNoEditor'); |
bgneal@486 | 3 }); |