[CS-Project-svn_notify] SF.net SVN: cs-project:[1019] trunk/2.0/public_html/js/ajax.js
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-12-16 01:52:58
|
Revision: 1019 http://cs-project.svn.sourceforge.net/cs-project/?rev=1019&view=rev Author: crazedsanity Date: 2009-12-16 01:52:53 +0000 (Wed, 16 Dec 2009) Log Message: ----------- Remove unnecessary method from the AJAX class (it was copied from CrazedSanity.com's JS). Modified Paths: -------------- trunk/2.0/public_html/js/ajax.js Modified: trunk/2.0/public_html/js/ajax.js =================================================================== --- trunk/2.0/public_html/js/ajax.js 2009-12-16 01:46:51 UTC (rev 1018) +++ trunk/2.0/public_html/js/ajax.js 2009-12-16 01:52:53 UTC (rev 1019) @@ -45,20 +45,6 @@ -function handle_ajaxLoginResult(xml) { - if(typeof xml == "object") { - updateLoginBox(xml); - - //they're logged in. Redirect. - if($(xml).find('status').text() == 1 && getURLVar('loginDestination')) { - var dest = Url.decode(getURLVar('loginDestination')); - document.location=dest; - } - } -} - - - function ajax_successCallback(xmlData) { var xmlObj = parseXML(xmlData); var $xmlObj = $(xmlObj); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |