Subversion Repositories SmartDukaan

Rev

Rev 34861 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34861 Rev 35010
Line 44... Line 44...
44
		}
44
		}
45
		doGetAjaxRequestHandler(context
45
		doGetAjaxRequestHandler(context
46
			+ "/getWalletHistoryByPartner?referenceType=" + type + "&fofoId=" + currentFofoId, function (response) {
46
			+ "/getWalletHistoryByPartner?referenceType=" + type + "&fofoId=" + currentFofoId, function (response) {
47
			$('.wallet-history-container').html(response);
47
			$('.wallet-history-container').html(response);
48
			$("#wallet-form")[0].reset();
48
			$("#wallet-form")[0].reset();
-
 
49
            $('.modal-backdrop').remove();
49
		});
50
		});
50
	});
51
	});
51
 
52
 
52
	$(document).on('click', ".transactionSubmit",
53
	$(document).on('click', ".transactionSubmit",
53
		function () {
54
		function () {