mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-19 20:23:17 +01:00
inline-expanding.js: missed preventing default action; shouldn't open new window when unwanted anymore
This commit is contained in:
parent
a83b896549
commit
20ad5c8f1f
@ -46,6 +46,7 @@ onready(function(){
|
|||||||
delete this.childNodes[0].style.opacity;
|
delete this.childNodes[0].style.opacity;
|
||||||
delete this.childNodes[0].style.filter;
|
delete this.childNodes[0].style.filter;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user