Removed way-outdated comment in SelectFilter2.js admin JS file. And we should rename this to SelectFilter.js at some point

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2011-12-09 21:09:59 +00:00
parent 804a38c369
commit ce247476af
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
/*
SelectFilter2 - Turns a multiple-select box into a filter interface.
Different than SelectFilter because this is coupled to the admin framework.
Requires core.js, SelectBox.js and addevent.js.
*/
(function($) {