Browse Source

Cleanup

pull/23/merge
Zach Wise 13 years ago
parent
commit
f89d349e0d
  1. 22
      source/js/timeline-embed.js

22
source/js/timeline-embed.js

@ -20,7 +20,7 @@
/* CodeKit Import
http://incident57.com/codekit/
================================================== */
// @codekit-prepend "lazyload.js";
// @codekit-prepend "Embed.LoadLib.js";
/* TIMELINE CDN LOADER
@ -169,22 +169,4 @@
})();
/*
Thinking of ditching Lazy loader after some more testing.
*/
/*
var stylesheet = document.createElement('link');
stylesheet.href = '/inc/body/jquery/css/start/jquery-ui-1.8.10.custom.css';
stylesheet.rel = 'stylesheet';
stylesheet.type = 'text/css';
document.getElementsByTagName('head')[0].appendChild(stylesheet);
var tjs = document.createElement('script');
tjs.type = 'text/javascript';
tjs.async = true;
tjs.url = '/inc/body/jquery/css/start/jquery-ui-1.8.10.custom.css';
document.getElementsByTagName('head')[0].appendChild(tjs);
*/
})();
Loading…
Cancel
Save