Kaydet (Commit) aa40dc62 authored tarafından Jannis Leidel's avatar Jannis Leidel

Stopped the admin JavaScript code from completely removing the `jQuery` object…

Stopped the admin JavaScript code from completely removing the `jQuery` object from the global namespace to ease the use of jQuery plugins. The `django.jQuery` object is still supposed to be used by Django's own JavaScript files. Refs #12882.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 44b03484
// Puts the included jQuery into our own namespace
var django = {
"jQuery": jQuery.noConflict(true)
"jQuery": jQuery.noConflict()
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment