[Movecommons-commits] r319 - trunk/src

Mario Gallegos mgallegos at ourproject.org
Wed May 9 16:13:00 CEST 2012


Author: mgallegos
Date: 2012-05-09 16:12:59 +0200 (Wed, 09 May 2012)
New Revision: 319

Modified:
   trunk/src/jquery.bxSlider.js
Log:


Modified: trunk/src/jquery.bxSlider.js
===================================================================
--- trunk/src/jquery.bxSlider.js	2012-05-09 14:11:07 UTC (rev 318)
+++ trunk/src/jquery.bxSlider.js	2012-05-09 14:12:59 UTC (rev 319)
@@ -1139,12 +1139,12 @@
 		 * Checks if show is in finite mode, and if slide is either first or last, then hides the respective control
 		 */		
 		function checkEndControls(){
-				alert('currentSlide: '+currentSlide+" firstSlide: "+firstSlide+" lastSlide"+lastSlide);
-				alert(options.infiniteLoop); 
-				alert(options.hideControlOnEnd);
+				//alert('currentSlide: '+currentSlide+" firstSlide: "+firstSlide+" lastSlide"+lastSlide);
+				//alert(options.infiniteLoop); 
+				//alert(options.hideControlOnEnd);
 			if(!options.infiniteLoop && options.hideControlOnEnd){
 				// check previous
-				alert('currentSlide: '+currentSlide+" firstSlide: "+firstSlide+" lastSlide"+lastSlide);
+				//alert('currentSlide: '+currentSlide+" firstSlide: "+firstSlide+" lastSlide"+lastSlide);
 				if(currentSlide == firstSlide){
 					$('.bx-prev', $outerWrapper).hide();				
 				}else{




More information about the Movecommons-commits mailing list