#12793: jQuery error if action=None in Modeladmin
----------------------------------+-----------------------------------------
 Reporter:  apollo13              |       Owner:  nobody    
   Status:  new                   |   Milestone:  1.2       
Component:  django.contrib.admin  |     Version:  SVN       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 !jQuery only get's included if admin actions aren't None, but there is
 still some javascript injected into the page which tries to use !jQuery:
 {{{
 <script type="text/javascript">
 (function($) {
     $(document).ready(function($) {
         $("tr input.action-select").actions();
     });
 })(jQuery.noConflict());
 </script>
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12793>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to