Subversion Repositories SmartDukaan

Rev

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

Rev 2811 Rev 2921
Line 279... Line 279...
279
	    }
279
	    }
280
	});
280
	});
281
}
281
}
282
 
282
 
283
function load_research_widget(){
283
function load_research_widget(){
-
 
284
	if($("#myresearch").length == 0) {
-
 
285
		return;
-
 
286
	}
284
	var params = "";
287
	var params = "";
285
	params = "/" + $.Storage.get("resitems");
288
	params = "/" + $.Storage.get("resitems");
286
	
289
	
287
	jQuery.ajax({
290
	jQuery.ajax({
288
		type : "GET",
291
		type : "GET",
Line 308... Line 311...
308
	    }
311
	    }
309
	});
312
	});
310
}
313
}
311
 
314
 
312
function load_history_widget() {
315
function load_history_widget() {
-
 
316
	if($("#browsehistory").length == 0) {
-
 
317
		return;
-
 
318
	}
313
	var params = "";
319
	var params = "";
314
	params = "/" + $.Storage.get("histitems");
320
	params = "/" + $.Storage.get("histitems");
315
	
321
	
316
	jQuery.ajax({
322
	jQuery.ajax({
317
		type: "GET",
323
		type: "GET",