mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
remove chrome-board-expanding-fix.js: we don't support nested boards in boardlist anyway at the current time
This commit is contained in:
parent
e201534123
commit
666e5e5a5f
@ -1,7 +0,0 @@
|
||||
$(document).ready(function(){
|
||||
$(".desktop-style .sub .sub").on("mouseover", function() {
|
||||
$(this).addClass("hover");
|
||||
}).on("mouseout", function() {
|
||||
$(this).removeClass("hover");
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user