jack 8 years ago
parent
commit
911872d2a0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      js/common.js

+ 3 - 0
js/common.js

@ -263,6 +263,9 @@ function Carousel(inde, num,show, childcount, obj, next, prev) {
263 263
	if( childcount > num ){
264 264
		next.css("display","block");
265 265
		prev.css("display","none");
266
	}else{
267
		next.css("display","none");
268
		prev.css("display","none");
266 269
	}
267 270
	next.click(function() {	
268 271
		if (!obj.is(":animated")) {