[pLog-svn] r2766 - plog/trunk/js/ui

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Jan 10 15:27:10 GMT 2006


Author: mark
Date: 2006-01-10 15:27:10 +0000 (Tue, 10 Jan 2006)
New Revision: 2766

Modified:
   plog/trunk/js/ui/plogui.js
Log:
Now, the newArticleCategory input text field will cleared after complete the addArticleCategoryAjax.

Modified: plog/trunk/js/ui/plogui.js
===================================================================
--- plog/trunk/js/ui/plogui.js	2006-01-10 14:08:18 UTC (rev 2765)
+++ plog/trunk/js/ui/plogui.js	2006-01-10 15:27:10 UTC (rev 2766)
@@ -99,5 +99,6 @@
 			$( 'postCategories' ).options[i].selected = false;
 	    }
 	    $( 'postCategories' ).options[0].selected = true;
+	    $( 'newArticleCategory' ).value = '';
 	}
 }



More information about the pLog-svn mailing list