From 62774923211c2e391534d83e6c7d97acae086766 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Thu, 24 Jun 2010 02:52:01 +0000 Subject: JavaScript cleanup. Consistently use camelCase for naming JS functions. Use Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js. --- templates/show_user_registration.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/show_user_registration.inc.php') diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 5cf20676..d80e5019 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -36,9 +36,9 @@ $web_path = Config::get('web_path');

... - - + +