diff --git a/dev/dest/js/ghostion.js b/dev/dest/js/ghostion.js index 5a2e918..cb93254 100644 --- a/dev/dest/js/ghostion.js +++ b/dev/dest/js/ghostion.js @@ -127,7 +127,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur for(; lastTime < vendors.length && !requestAnimationFrame; lastTime++) { requestAnimationFrame = window[ vendors[lastTime] + "RequestAnimationFrame" ]; cancelAnimationFrame = cancelAnimationFrame || - window[ vendors[lastTime] + "CancelAnimationFrame" ] || + window[ vendors[lastTime] + "CancelAnimationFrame" ] || window[ vendors[lastTime] + "CancelRequestAnimationFrame" ]; } @@ -167,7 +167,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur window.cancelAnimationFrame = function(id) { clearTimeout(id); }; - + } }( jQuery )); @@ -350,7 +350,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur } else { var query = Foundation.media_queries[media]; if(query !== undefined) { - Foundation.stylesheet.insertRule('@media ' + + Foundation.stylesheet.insertRule('@media ' + Foundation.media_queries[media] + '{ ' + rule + ' }'); } } @@ -906,8 +906,8 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur touch_close_text: 'Tap To Close', disable_for_touch: false, tip_template : function (selector, content) { - return '' + content + ''; } }, @@ -924,7 +924,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur if (Modernizr.touch) { $(this.scope) .off('.tooltip') - .on('click.fndtn.tooltip touchstart.fndtn.tooltip touchend.fndtn.tooltip', + .on('click.fndtn.tooltip touchstart.fndtn.tooltip touchend.fndtn.tooltip', '[data-tooltip]', function (e) { var settings = $.extend({}, self.settings, self.data_options($(this))); if (!settings.disable_for_touch) { @@ -933,7 +933,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur self.showOrCreateTip($(this)); } }) - .on('click.fndtn.tooltip touchstart.fndtn.tooltip touchend.fndtn.tooltip', + .on('click.fndtn.tooltip touchstart.fndtn.tooltip touchend.fndtn.tooltip', this.settings.tooltip_class, function (e) { e.preventDefault(); $(this).fadeOut(150); @@ -941,7 +941,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur } else { $(this.scope) .off('.tooltip') - .on('mouseenter.fndtn.tooltip mouseleave.fndtn.tooltip', + .on('mouseenter.fndtn.tooltip mouseleave.fndtn.tooltip', '[data-tooltip]', function (e) { var $this = $(this); @@ -1008,7 +1008,7 @@ window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){retur nub = tip.children('.nub'); nubHeight = nub.outerHeight(); nubWidth = nub.outerHeight(); - + tip.css({'width' : (width) ? width : 'auto'}); objPos = function (obj, top, right, bottom, left, width) { @@ -3500,4 +3500,4 @@ hljs.registerLanguage("makefile", function (a) { $(".at_search_input").ghostHunter({results: ".at_search_results", onKeyUp: true, info_template: "× Number of posts found: {{amount}}", result_template : "{{title}}"}); $("#at_search").on('click', '.at_search_clear_toggle', function(e) {e.preventDefault();$(".at_search_input").val('');$(".at_search_results").removeClass("at_search_active");}); }); -}(jQuery)); \ No newline at end of file +}(jQuery)); diff --git a/dev/src/js/disqus.js b/dev/src/js/disqus.js index 5dc26a0..3bed371 100644 --- a/dev/src/js/disqus.js +++ b/dev/src/js/disqus.js @@ -7,4 +7,4 @@ atPost.loadDisqus = function() { dsq.async = true; dsq.src = '//' + ghostionConfig.disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); -}; \ No newline at end of file +}; diff --git a/dev/src/js/ghosthunter.js b/dev/src/js/ghosthunter.js index 5d07e12..62fa95c 100644 --- a/dev/src/js/ghosthunter.js +++ b/dev/src/js/ghosthunter.js @@ -132,4 +132,4 @@ } } -})( jQuery ); \ No newline at end of file +})( jQuery ); diff --git a/dev/src/js/google_analytics.js b/dev/src/js/google_analytics.js index 842e247..46be255 100644 --- a/dev/src/js/google_analytics.js +++ b/dev/src/js/google_analytics.js @@ -1,3 +1,3 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', ghostionConfig.google_analytics_tracking_id, ghostionConfig.site_url); -ga('send', 'pageview'); \ No newline at end of file +ga('send', 'pageview'); diff --git a/dev/src/js/google_fonts.js b/dev/src/js/google_fonts.js index 7a23bc2..3df152d 100644 --- a/dev/src/js/google_fonts.js +++ b/dev/src/js/google_fonts.js @@ -9,4 +9,4 @@ WebFontConfig = { wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); -})(); \ No newline at end of file +})(); diff --git a/dev/src/js/highlight.js b/dev/src/js/highlight.js index a6f0430..403cda2 100644 --- a/dev/src/js/highlight.js +++ b/dev/src/js/highlight.js @@ -2172,4 +2172,4 @@ hljs.registerLanguage("makefile", function (a) { c: [a.QSM, b] }] } -}); \ No newline at end of file +}); diff --git a/dev/src/js/init.js b/dev/src/js/init.js index 9358da8..09b21a1 100644 --- a/dev/src/js/init.js +++ b/dev/src/js/init.js @@ -4,8 +4,8 @@ $(document).ready(function(){ $(".at_block").fitVids(); $("pre code").each(function(i, e) {hljs.highlightBlock(e)}); - $("#at_body").wrap( "