view gpp/news/static/js/news_admin.js @ 511:5794e3414596

Converted production environment to a virtualenv; had to tweak some paths and the .wsgi file accordingly. I also added packages in preparation for working with Celery, so I updated the requirements file according to production.
author Brian Neal <bgneal@gmail.com>
date Sun, 11 Dec 2011 19:50:32 +0000
parents 7854d75427af
children
line wrap: on
line source
django.jQuery(document).ready(function() {
   django.jQuery('#id_meta_description').addClass('mceNoEditor');      
});