diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 16:32:16 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 16:32:16 -0500 |
commit | 027b405b1bdeb5bb7f3362ff1d570aa076846bc3 (patch) | |
tree | 9d3e02405eba84f4e3337f64943fe7ca89322dea /admin/settings | |
parent | 0713fd6c1cebe1b32f173af0ef447e7853cbaf70 (diff) | |
download | bayonetcms-027b405b1bdeb5bb7f3362ff1d570aa076846bc3.tar.gz |
(OC) added some jQuery stuff. Working dragable ui for newsreel
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@389 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/settings')
-rw-r--r-- | admin/settings/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/settings/functions.php b/admin/settings/functions.php index 910a312..1e3ada4 100644 --- a/admin/settings/functions.php +++ b/admin/settings/functions.php @@ -24,7 +24,7 @@ function changePassword(){
-
+echo "<script type=\"text/javascript\" src=\"scripts/mocha.js\"></script>";
global $db;
if(isset($_POST['processed']))
|