Subversion Repositories SmartDukaan

Rev

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

Rev 28893 Rev 28903
Line -... Line 1...
-
 
1
		
-
 
2
  $(document).on('change', "#selectPriceDropStatus", function() {
-
 
3
  	var  status = this.value;
-
 
4
  	if(status=='rejected') {
-
 
5
  		$('.mk_rejection_reason').val('').show();
-
 
6
  	} else {
-
 
7
  		$('.mk_rejection_reason').val('').hide();
-
 
8
	}  	
-
 
9
  });
-
 
10
  $(document).on('click', "#processPDButton", function() {
-
 
11
  	var  status = $("#selectPriceDropStatus").val();
-
 
12
  	updatePriceDropImeis(status);
-
 
13
  });
1
 
14
 
2
	$(document).on('click', "button.processPayout", function() {
15
	$(document).on('click', "button.processPayout", function() {
3
		if($(".mk_pending")) {
16
		if($(".mk_pending")) {
4
			
17
			
5
		}
18
		}