This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="map"></div> | |
<div id="map-side-bar"> | |
<div class="map-location" data="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
<a href="#" class="map-link">Berkeley Bowl</a> | |
<div class="info-box"> | |
<p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
</div> | |
</div> | |
<div class="map-location" data="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
var c = !0, | |
d = !1; | |
try { | |
window.google || (window.google = {}); | |
google.doodle || (google.doodle = {}); | |
var f = google.doodle, | |
h, j, k, l, m, n, o = 0, | |
p = 23, | |
q, r, s, u, v, w, x, y = 142, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Scrolling shadows by @kizmarh and @leaverou | |
* Only works in browsers supporting background-attachment: local; & CSS gradients | |
* Degrades gracefully | |
*/ | |
html { | |
background: white; | |
font: 120% sans-serif; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
["ALPA \"SKY\" FILTER SIZE-A #610","AZONDG14CASA","ZONDG14CASA"], | |
["16X9 CAMERA /MATTEBOX CASE, LARGE","CSZOCB2","ZOCB2"], | |
["16X9 INC.0.75X WID CONVENDER FOR HDV CA","VDL16X975HDV",""], | |
["16X9 RUBBER LENS HOOD","VDXZOLH15XTC","ZOLH15XTC"], | |
["16X9 NOGA DG1105TA HOLDIT ARM W/T-BRKT","VDXZONDG1105","ZONDG1105TA"], | |
["16X9 EXII .45X SPR FISHEYEÿ82MM F/HM700","VDXZOX245XFE","ZOX245XFE82"], | |
["16X9 EXII 0.6X W/A 72MM FOR CANON/XL/H1","VDXZOX26XWA7","ZOX26XWA72"], | |
["16X9 CHROSZIEL MTTBX KIT 1 F/SO PMW-EX1","VDXZO450EX1K","ZO450EX1K"], | |
["16X9 MATTEBOX COVER, SMALL","VDXZOMBC1","ZOMBC1"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Begin Adrma storage utility */ | |
adrma = window.adrma || {}; | |
adrma.storage = { | |
init: function () { | |
}, | |
supported: function () { | |
try { | |
return 'localStorage' in window && window['localStorage'] !== null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.keys(localStorage).forEach(function(key) { delete localStorage[key]; }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="listingNavWidget widget"> | |
<h2 class="widgetHeader icon-calendar">Store Schedule</h2> | |
<div class="widgetContent"> | |
<div class="subSection todaysDateSection"> | |
<h4>Wednesday<br> | |
Feb 6th, 2013</h4> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if IE 8]> <html lang="sv-SE" class="no-js ie8"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html lang="sv-SE" class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Breakpoint detection test</title> | |
<style type="text/css" media="screen"> | |
@media screen and (min-width: 320px) { | |
#page:after { | |
content: 'mobile-small'; /* represent the current width-bracket */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New header | |
<resource path="/sup/css/LP/fonts.css" /> | |
<resource path="/sup/css/LP/core.css" /> | |
<resource path="/sup/css/LP/base.css" /> | |
<resource path="/sup/css/LP/forms.css" /> | |
<resource path="/sup/css/LP/buttons.css" /> | |
<resource path="/sup/css/LP/sellPoints.css" /> | |
<resource path="/sup/css/LP/tooltips.css" /> | |
<resource path="/sup/css/LP/itemModule.css" /> | |
<resource path="/sup/css/LP/productAggregate.css" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resourceSet name="LPRevisedCheckoutJs" type="js"> | |
<resource path="/sup/js/lib/jquery-1.9.1.min.js"/> | |
<resource path="/sup/js/adrma.js"/> | |
<resource path="/sup/js/adrma.log.js"/> | |
<resource path="/sup/js/polyfills/objectKeys.js"/> | |
<resource path="/sup/js/polyfills/raf.js"/> | |
<resource path="/sup/js/adrma.utils.js"/> | |
<resource path="/sup/js/adrma.initFunc.js"/> | |
<resource path="/sup/js/adrma.init.js"/> | |
<resource path="/sup/js/adrma.ajax.js"/> |
OlderNewer