1
0
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:
czaks 2014-01-19 13:54:14 +01:00
parent e201534123
commit 666e5e5a5f

View File

@ -1,7 +0,0 @@
$(document).ready(function(){
$(".desktop-style .sub .sub").on("mouseover", function() {
$(this).addClass("hover");
}).on("mouseout", function() {
$(this).removeClass("hover");
});
});