In the "header.php" that comes with this package look for the line
| Code:: |
if (defined('JS_FRAMEWORK'))
|
and change it to
| Code:: |
if (defined('JS_FRAMEWORK') && !defined('ADMIN_PAGES'))
|
that should ensure my hack only loads on non-Admin pages.
Loading jQuery after the DF javascript files will also do the trick, but you'd need to amend your header.html template and / or theme.php.
The way I've done it is add stuff to the global variable $modheader, but that gets added before the admin JS files.