Subversion Repositories SmartDukaan

Rev

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

Rev 24083 Rev 24168
Line -... Line 1...
-
 
1
$(
-
 
2
		() =>{
-
 
3
	$("button.processPayout").live('click', function() {
1
$(function() {
4
		if($(".mk_pending")) {
-
 
5
			
-
 
6
		}
-
 
7
	}); 
2
	$(".price_drop").live('click', function() {
8
	$(".price_drop").live('click', function() {
3
		loadPriceDrop("main-content");
9
		loadPriceDrop("main-content");
4
	});
10
	});
5
	$("button.update-mop").live('click', function() {
11
	$("button.update-mop").live('click', function() {
6
		if($("#typeaheaditem").val().trim().length == 0){
12
		if($("#typeaheaditem").val().trim().length == 0){