Guest User

Untitled

a guest
Nov 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Uncaught TypeError: Cannot read property 'jQuery' of undefined
  2.  
  3. <script type="text/javascript" id="id_featured_image_javascript">
  4. django.jQuery(document).ready(function(){
  5. var plus = django.jQuery('#add_id_featured_image');
  6. if (plus.length){
  7. plus.remove();
  8. }
  9. // Delete this javascript once loaded to avoid the "add new" link duplicates it
  10. django.jQuery('#id_featured_image_javascript').remove();
  11. });
  12. </script>
  13.  
  14. article_image = FilerImageField(db_column="ARTICLE_IMAGE",
  15. verbose_name=_('Article Image'),
  16. related_name='IPP_ARTICLE_IMAGE')
Add Comment
Please, Sign In to add comment