diff --git a/static/themes/code/script.js b/static/themes/code/script.js index 304d241..3f8f6bb 100644 --- a/static/themes/code/script.js +++ b/static/themes/code/script.js @@ -18,12 +18,12 @@ function typeWriter(elem, delay) { }, delay); } -$(document).ready(() => { - var i = 0 - var arr = $("span").each((_, item) => { - if ($(item).text().length > 0) { - i++ - typeWriter($(item), i * 150) - } - }) -}) \ No newline at end of file +// $(document).ready(() => { +// var i = 0 +// var arr = $("span").each((_, item) => { +// if ($(item).text().length > 0) { +// i++ +// typeWriter($(item), i * 150) +// } +// }) +// }) \ No newline at end of file