Team:UCLA/Template/Javascript

From 2014.igem.org

(Difference between revisions)
Line 220: Line 220:
     });
     });
     $('.hpslider_right').click(function(){
     $('.hpslider_right').click(function(){
-
         if(count < 15){
+
         if(count < 17){
             $('.hpslider_imgs').stop(true,true).animate({ left: '-=1150px'}, 250);
             $('.hpslider_imgs').stop(true,true).animate({ left: '-=1150px'}, 250);
             count += 1;
             count += 1;

Revision as of 02:17, 18 October 2014