Subversion Repositories SmartDukaan

Rev

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

Rev 19244 Rev 19321
Line 258... Line 258...
258
	            if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
258
	            if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
259
	        }
259
	        }
260
	        return "";
260
	        return "";
261
	    }
261
	    }
262
	}
262
	}
263
	if(getCookie('fresh', true)=="0"){
263
	if(getCookie('fresh', true)=="0"){	
264
		if(typeof localStorage.pages != "undefined") {
264
		if(typeof localStorage.pages != "undefined" or localStorage.pages=="undefined" ) {
265
			document.getElementsByClassName('scrollselector')[0].innerHTML = localStorage.pages;
265
			document.getElementsByClassName('scrollselector')[0].innerHTML = localStorage.pages;
266
			localStorage.pages = undefined;
266
			localStorage.pages = undefined;
267
		}
267
		}
268
	}
268
	}
269
  </script>
269
  </script>