Subversion Repositories SmartDukaan

Rev

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

Rev 1614 Rev 1623
Line 339... Line 339...
339
			}
339
			}
340
		});
340
		});
341
	}	
341
	}	
342
}
342
}
343
 
343
 
344
function load_history_widget(isValidUser) {
344
function load_history_widget() {
345
	var params = "";
345
	var params = "";
346
	if(!isValidUser){
346
	if(!($.cookie("uid"))){
347
		if($.Storage.get("historyitems")){
347
		if($.Storage.get("historyitems")){
348
			params = "/" + $.Storage.get("historyitems");
348
			params = "/" + $.Storage.get("historyitems");
349
		}
349
		}
350
	}
350
	}
351
	
351