hacks-guide-minimal-mistake.../assets/js
정승원 81f7851347 [fix] syntax error of non-english character (#2042)
* Dear the make of one of the world's greatest jekyll theme.

[problem]
I found that
'Syntax Error' occurs when non-english character is included in some html elements(e.g h2, h3 ...) and 'toc' is generated based of that elements.

[debug]
Click the any element of auto generated 'toc' in the below link.
https://aliwo.github.io/swblog/series/principles_of_python/object/#%EA%B0%9D%EC%B2%B4%EC%99%80-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%9D%98-%EC%A0%95%EC%9D%98

[fix]
This happens because escaped url string get right in to jquery. So I fixed it with
javascript's 'decodeURI' function! :)

* rollback unnecessary changes
2019-02-08 12:28:56 -05:00
..
lunr lunr 2.3.5 update (#2010) 2019-01-01 17:05:06 -05:00
plugins Use jQuery throttle library 2019-01-04 12:57:33 -05:00
vendor/jquery Update jQuery to v3.3.1 2018-02-16 15:19:01 -05:00
_main.js [fix] syntax error of non-english character (#2042) 2019-02-08 12:28:56 -05:00
main.min.js Fix empty <img> when site_logo is not assigned 2019-01-16 11:06:54 -05:00