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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat May 20 17:51:28 GMT 2006


Author: jondaley
Date: 2006-05-20 17:51:28 +0000 (Sat, 20 May 2006)
New Revision: 3450

Modified:
   plog/trunk/js/ui/common.js
Log:
fixes javascript warnings

Modified: plog/trunk/js/ui/common.js
===================================================================
--- plog/trunk/js/ui/common.js	2006-05-20 17:38:39 UTC (rev 3449)
+++ plog/trunk/js/ui/common.js	2006-05-20 17:51:28 UTC (rev 3450)
@@ -215,7 +215,7 @@
 {
  // if no section selected, do nothing
  if( sectionId == 'none' )
-   return;
+   return false;
 
  toggleAll( false );
  
@@ -402,7 +402,7 @@
 	
 	if( optId == -1 ) {
 		// do nothing, this is our special marker!
-		return;
+		return false;
 	}
 	
 	// add the option to the opposite box



More information about the pLog-svn mailing list