Subversion Repositories SmartDukaan

Rev

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

Rev 28063 Rev 28569
Line 742... Line 742...
742
$(document).on('click', ".price_drop", function() {
742
$(document).on('click', ".price_drop", function() {
743
	loadPriceDrop("main-content");
743
	loadPriceDrop("main-content");
744
});
744
});
745
 
745
 
746
 
746
 
-
 
747
$(document).on('click', ".closed_pricedrop", function() {
-
 
748
	loadClosedPriceDrop("main-content");
-
 
749
});
-
 
750
 
-
 
751
function loadClosedPriceDrop(domId) {
-
 
752
	doGetAjaxRequestHandler(context + "/getClosedPricedropItemDescription",
-
 
753
		function(response) {
-
 
754
			$('#' + domId).html(response);
-
 
755
		});
-
 
756
}
-
 
757
 
747
function notifyTypeChange(messageType, $container) {
758
function notifyTypeChange(messageType, $container) {
748
	var messageQueryString = "?messageType=" + messageType;
759
	var messageQueryString = "?messageType=" + messageType;
749
	if (messageType == null) {
760
	if (messageType == null) {
750
		messageQueryString = "";
761
		messageQueryString = "";
751
	}
762
	}