Subversion Repositories SmartDukaan

Rev

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

Rev 27723 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
	$(".inventory-listing").live('click', function() {
2
	$(document).on('click', ".inventory-listing", function() {
3
		loadInventory("main-content");
3
		loadInventory("main-content");
4
	});
4
	});
5
 
5
 
6
	$("#warehouse-wise-billing")
6
	$("#warehouse-wise-billing")
7
		.live(
7
		.live(