Subversion Repositories SmartDukaan

Rev

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

Rev 30017 Rev 30021
Line 657... Line 657...
657
		});
657
		});
658
	});
658
	});
659
}
659
}
660
 
660
 
661
 
661
 
662
function colorCheckboxHandler() {
662
function colorCheckboxHandler(catalogId, itemId, description, callback) {
663
	let bootBoxObj = {
663
	let bootBoxObj = {
664
		size: "small",
664
		size: "small",
665
		className: "item-wrapper",
665
		className: "item-wrapper",
666
		title: description,
666
		title: description,
667
		callback: callback,
667
		callback: callback,