[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2626] trunk/UI/ajax/helpers.js



Revision: 2626
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2626&view=rev
Author:   einhverfr
Date:     2009-06-05 20:41:37 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
More patch fixes

Modified Paths:
--------------
    trunk/UI/ajax/helpers.js

Modified: trunk/UI/ajax/helpers.js
===================================================================
--- trunk/UI/ajax/helpers.js	2009-06-05 20:39:03 UTC (rev 2625)
+++ trunk/UI/ajax/helpers.js	2009-06-05 20:41:37 UTC (rev 2626)
@@ -4,15 +4,3 @@
 	$(hidden_field_to_update).value = li.id;
 	text.blur();
 }
-function post_ajax_setter(text,li)
-{
-	hidden_field_to_update = text.id.substring(0,text.id.length-10);
-	$(hidden_field_to_update).value = li.id;
-	text.blur();
-}
-function post_ajax_setter(text,li)
-{
-	hidden_field_to_update = text.id.substring(0,text.id.length-10);
-	$(hidden_field_to_update).value = li.id;
-	text.blur();
-}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.