Subversion Repositories SmartDukaan

Rev

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

Rev 2827 Rev 2924
Line 153... Line 153...
153
		}
153
		}
154
	});
154
	});
155
}
155
}
156
 
156
 
157
function load_accessories_widget(){
157
function load_accessories_widget(){
-
 
158
	if($("#accessories").length == 0) {
-
 
159
		return;
-
 
160
	}
158
	jQuery.ajax({
161
	jQuery.ajax({
159
		type : "GET",
162
		type : "GET",
160
		url : "/related-accessories/" + $("#product_id").val(),
163
		url : "/related-accessories/" + $("#product_id").val(),
161
		cache: false,
164
		cache: false,
162
		success : function(html) {
165
		success : function(html) {