From 6d182e241055bffa3bf04adcc1aef5db530fe4cd Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 04:32:10 -0700 Subject: run fromdos on all the php, css, and js files --- webroot/js/jquery.form.js | 72 +++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'webroot/js/jquery.form.js') diff --git a/webroot/js/jquery.form.js b/webroot/js/jquery.form.js index e9d5df5..d0e118e 100644 --- a/webroot/js/jquery.form.js +++ b/webroot/js/jquery.form.js @@ -1,37 +1,37 @@ -jQuery(document).ready(function(){ - - $('#contactform').submit(function(){ - - var action = $(this).attr('action'); - - $("#message").slideUp(750,function() { - $('#message').hide(); - - $('#submit') - .after('') - .attr('disabled','disabled'); - - $.post(action, { - name: $('#name').val(), - email: $('#email').val(), - subject: $('#subject').val(), - comments: $('#comments').val(), - verify: $('#verify').val() - }, - function(data){ - document.getElementById('message').innerHTML = data; - $('#message').slideDown('slow'); - $('#contactform img.loader').fadeOut('slow',function(){$(this).remove()}); - $('#contactform #submit').attr('disabled',''); - if(data.match('success') != null) $('#contactform').slideUp('slow'); - - } - ); - - }); - - return false; - - }); - +jQuery(document).ready(function(){ + + $('#contactform').submit(function(){ + + var action = $(this).attr('action'); + + $("#message").slideUp(750,function() { + $('#message').hide(); + + $('#submit') + .after('') + .attr('disabled','disabled'); + + $.post(action, { + name: $('#name').val(), + email: $('#email').val(), + subject: $('#subject').val(), + comments: $('#comments').val(), + verify: $('#verify').val() + }, + function(data){ + document.getElementById('message').innerHTML = data; + $('#message').slideDown('slow'); + $('#contactform img.loader').fadeOut('slow',function(){$(this).remove()}); + $('#contactform #submit').attr('disabled',''); + if(data.match('success') != null) $('#contactform').slideUp('slow'); + + } + ); + + }); + + return false; + + }); + }); \ No newline at end of file -- cgit v1.2.3