Subversion Repositories SmartDukaan

Rev

Rev 17102 | Rev 17635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17102 Rev 17129
Line 559... Line 559...
559
			$(this).html('Hide');
559
			$(this).html('Hide');
560
		}else{
560
		}else{
561
			$(this).html('Others');
561
			$(this).html('Others');
562
		}
562
		}
563
	});
563
	});
-
 
564
	$(document).on('click','.showtips',function(){
-
 
565
		$('.apptips').toggleClass('hidden');
-
 
566
	});
564
	$(document).on('click','.creditedcashbacks',function(){
567
	$(document).on('click','.creditedcashbacks',function(){
565
		if($(this).find('.glyphicon-plus',0).length>0){
568
		if($(this).find('.glyphicon-plus',0).length>0){
566
			$(this).find('.glyphicon-plus',0).removeClass('glyphicon-plus').addClass('glyphicon-minus');
569
			$(this).find('.glyphicon-plus',0).removeClass('glyphicon-plus').addClass('glyphicon-minus');
567
		}else{
570
		}else{
568
			$(this).find('.glyphicon-minus',0).removeClass('glyphicon-minus').addClass('glyphicon-plus');
571
			$(this).find('.glyphicon-minus',0).removeClass('glyphicon-minus').addClass('glyphicon-plus');