Subversion Repositories SmartDukaan

Rev

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

Rev 5747 Rev 5796
Line 72... Line 72...
72
	} else if(index == 1) {
72
	} else if(index == 1) {
73
		var count = index + " store";
73
		var count = index + " store";
74
	} else {
74
	} else {
75
		var count= index + " stores"
75
		var count= index + " stores"
76
	}
76
	}
77
	$('#store-address-header-text').html("&nbsp;Select a pickup point nearest to you (<b>" + count + "</b> available)");
77
	$('#store-address-header-text').html("&nbsp;Select a pickup point (<b>" + count + "</b> available)");
78
};
78
};
79
 
79
 
80
$("#zone-selector").change(showSpecificStores);
80
$("#zone-selector").change(showSpecificStores);
81
 
81
 
82
$(".unselected-tab").live('click', function() {
82
$(".unselected-tab").live('click', function() {