mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-09-03 20:14:55 +00:00
deploy: 99f33318a2
This commit is contained in:
parent
1a5f1849ff
commit
8bedab3877
302 changed files with 7768 additions and 22047 deletions
|
@ -31,7 +31,6 @@ var autoComplete = (function(){
|
|||
if (el.attachEvent) el.attachEvent('on'+type, handler); else el.addEventListener(type, handler);
|
||||
}
|
||||
function removeEvent(el, type, handler){
|
||||
// if (el.removeEventListener) not working in IE11
|
||||
if (el.detachEvent) el.detachEvent('on'+type, handler); else el.removeEventListener(type, handler);
|
||||
}
|
||||
function live(elClass, event, cb, context){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue