Skip to content

Commit

Permalink
commented out jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed Feb 4, 2010
1 parent 80365eb commit 0cded41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagging/admin.py
Expand Up @@ -14,8 +14,8 @@ class TaggedAdmin(admin.ModelAdmin):
change_form_template = 'admin/tagging/change_form.html'
change_list_template = 'admin/tagging/change_list.html'

class Media:
js = ('http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js',)
#class Media:
# js = ('http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js',)

for model,modeladmin in admin.site._registry.items():
if model in registry:
Expand Down

0 comments on commit 0cded41

Please sign in to comment.