Subversion Repositories SmartDukaan

Rev

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

Rev 6792 Rev 6795
Line 154... Line 154...
154
	});
154
	});
155
	
155
	
156
	$('a.mk_best_deal_detail').live('click', function(){
156
	$('a.mk_best_deal_detail').live('click', function(){
157
		var offerLinkHtml = '';
157
		var offerLinkHtml = '';
158
		if(OFFER_HELP_LINK!='$OFFER_DETAIL_LINK') {
158
		if(OFFER_HELP_LINK!='$OFFER_DETAIL_LINK') {
159
			offerLinkHtml = '<a target="_blank" href="' +OFFER_HELP_LINK + '" style="z-index: 1; float: right; bottom: 0px; right: 0px; margin: 15px; position: absolute;">More</a></span>';
159
			offerLinkHtml = '<a target="_blank" href="' +OFFER_HELP_LINK + '" style="z-index: 1; float: right; bottom: 0px; right: 0px; margin: 15px; position: relative;">More</a></span>';
160
		}
160
		}
161
		$.colorbox({
161
		$.colorbox({
162
			width: "550px",
162
			width: "550px",
163
    		height: "300px",
163
    		height: "300px",
164
    		inline: true,
164
    		inline: true,