mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Corrected comment about SelectFilter2's dependencies.
This commit is contained in:
parent
60586dd737
commit
275d11fbc5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
SelectFilter2 - Turns a multiple-select box into a filter interface.
|
||||
|
||||
Requires core.js, SelectBox.js and addevent.js.
|
||||
Requires jQuery, core.js, and SelectBox.js.
|
||||
*/
|
||||
(function($) {
|
||||
'use strict';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue