mirror of
https://github.com/jazzband/django-categories.git
synced 2026-04-21 15:24:50 +00:00
Added a django/jQuery stub for previous versions of Django.
This commit is contained in:
parent
6f6241c264
commit
690111e1ba
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
|||
* Copyright 2010, Ludo van den Boom
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
*/
|
||||
if (typeof django == "undefined") {
|
||||
var django = {
|
||||
"jQuery": $.noConflict()
|
||||
};
|
||||
};
|
||||
(function($) {
|
||||
// Helps to make options available to all functions
|
||||
// TODO: This gives problems when there are both expandable and non-expandable
|
||||
|
|
|
|||
Loading…
Reference in a new issue