From 42d153af57a32a2213e1ab9a0ab95449d4fa8cf1 Mon Sep 17 00:00:00 2001 From: bearfm Date: Mon, 11 Mar 2024 21:09:21 -0700 Subject: [PATCH] blog index loads after the DOM does now. --- dist/blogIndex.js | 2 +- js/blogIndex/blogIndex.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/blogIndex.js b/dist/blogIndex.js index 8a167ff..f534de6 100644 --- a/dist/blogIndex.js +++ b/dist/blogIndex.js @@ -1 +1 @@ -({38:function(){var e=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(i,o){function a(e){try{l(r.next(e))}catch(e){o(e)}}function c(e){try{l(r.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}l((r=r.apply(e,t||[])).next())}))},t=this&&this.__generator||function(e,t){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function c(c){return function(l){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(a=0)),a;)try{if(n=1,r&&(i=2&c[0]?r.return:c[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,c[1])).done)return i;switch(r=0,i&&(c=[2&c[0],i.value]),c[0]){case 0:case 1:i=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,r=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(!((i=(i=a.trys).length>0&&i[i.length-1])||6!==c[0]&&2!==c[0])){a=0;continue}if(3===c[0]&&(!i||c[1]>i[0]&&c[1]0&&o[o.length-1])||6!==c[0]&&2!==c[0])){a=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1] { }); } -blogIndex(); \ No newline at end of file +document.addEventListener('DOMContentLoaded', blogIndex); \ No newline at end of file