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:
parent
804a38c369
commit
ce247476af
|
@ -1,8 +1,6 @@
|
||||||
/*
|
/*
|
||||||
SelectFilter2 - Turns a multiple-select box into a filter interface.
|
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.
|
Requires core.js, SelectBox.js and addevent.js.
|
||||||
*/
|
*/
|
||||||
(function($) {
|
(function($) {
|
||||||
|
|
Loading…
Reference in New Issue