Subversion Repositories SmartDukaan

Rev

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

Rev 1831 Rev 1838
Line 201... Line 201...
201
        } else  {
201
        } else  {
202
                alert("Please select atleast two products");
202
                alert("Please select atleast two products");
203
        }
203
        }
204
});
204
});
205
 
205
 
206
 
-
 
207
  // Clear old cache keys. These two lines can be deleted after June 5, 2011.  
-
 
208
  $.Storage.remove("history");
-
 
209
  $.Storage.remove("research");
-
 
210
  
-
 
211
  // No uid cookie
206
  // No uid cookie
212
  if (!$.cookie("uid")) {
207
  if (!$.cookie("uid")) {
213
	  // No uid in storage
208
	  // No uid in storage
214
	  if (!$.Storage.get("uid")) {
209
	  if (!$.Storage.get("uid")) {
215
		  if (!$.Storage.get("resitems")) {
210
		  if (!$.Storage.get("resitems")) {