web/static/admin/js/jquery.init.js
author cavaliet
Tue, 22 Mar 2011 12:35:29 +0100
changeset 46 ba02faf089df
parent 0 bdf22b140727
permissions -rw-r--r--
Update media adding, to allow youtube import, and display the thumbnail when we paste the youtube url.

// Puts the included jQuery into our own namespace
var django = {
    "jQuery": jQuery.noConflict(true)
};