Subversion Repositories SmartDukaan

Rev

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

Rev 27355 Rev 27359
Line 624... Line 624...
624
}
624
}
625
$(".price_drop").live('click', function() {
625
$(".price_drop").live('click', function() {
626
	loadPriceDrop("main-content");
626
	loadPriceDrop("main-content");
627
});
627
});
628
 
628
 
629
$("#description-offer").live(
-
 
630
		"click",
-
 
631
		function(e) {
-
 
632
			var offerid = $(this).data('offerId');
-
 
633
			console.log(offerid);
-
 
634
			doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
-
 
635
					+ offerid, function(response) {
-
 
636
				$('.offer-margin-container .modal-content').html(response);
-
 
637
			});
-
 
638
		});
-
 
639
 
-
 
640
function notifyTypeChange(messageType) {
629
function notifyTypeChange(messageType) {
641
	var messageQueryString = "?messageType=" + messageType;
630
	var messageQueryString = "?messageType=" + messageType;
642
	if (messageType == null) {
631
	if (messageType == null) {
643
		messageQueryString = "";
632
		messageQueryString = "";
644
	}
633
	}