aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
AgeCommit message (Collapse)AuthorFilesLines
2013-11-05Add async attribute to Twitter widget scriptRoss Allen1-1/+3
2013-11-05Add protocol for jQuery to work when accessed as fileRoss Allen1-1/+1
URLs without protocols get "file:" prepended when their document is loaded as a file. Make sure the docs can always be opened by specifying a protocol.
2013-11-04Load Twitter widget async, prevent SPOFRoss Allen1-1/+13
Twitter's widget library[1] provides an async snippet to inject the script tag later. Since widgets.js came before the local JS, if twitter.com took long to respond it would prevent subsequent synchronous script tags. [1] https://dev.twitter.com/docs/tfw-javascript
2013-11-04Serve jQuery from cookie-free Google APIsRoss Allen1-1/+1
jQuery.com uses Google Analytics and so sets a cookie when you visit the site. When you request jquery.js from its CDN, code.jquery.com, you take a hit from sending your previous GA cookie in the request. Google Hosted Libraries[1] and googleapis.com never set cookies. [1] https://developers.google.com/speed/libraries/devguide
2013-10-10use https:// for CDN linksChris Rebert1-1/+1
- works when viewing page via file:// - sets a good example security-wise
2013-10-09use CDN for jQuery instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert1-9/+9
2013-08-19fix customizerfat1-0/+1
2013-08-18bunch of updates to customizerfat1-0/+1
2013-08-17move customizer onto gistsfat1-1/+0
2013-08-11rebuild + first bit of customizer urlsfat1-0/+8
2013-08-05Remove type attribute of tag "script".vsn4ik1-2/+1
In HTML5 in tag script, the type attribute is no longer required. The default value is "text/javascript". http://www.w3.org/TR/html5/scripting-1.html#attr-script-type
2013-07-27mo links, fix ads and analytics in gh pagesMark Otto1-17/+15
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-4/+4
2013-07-27herpy derpy shit for urlsMark Otto1-4/+4
2013-07-19hacky way of not showing ads or analytics in local devMark Otto1-15/+17
2013-07-18finish flattening repo structure; add dist folder of compiled css/jsMark Otto1-2/+2
2013-07-18flatten docs dir back into rootMark Otto1-0/+26