Browse Source

remove chrome-board-expanding-fix.js: we don't support nested boards in boardlist anyway at the current time

pull/40/head
czaks 10 years ago
parent
commit
666e5e5a5f
  1. 7
      js/chrome-board-expanding-fix.js

7
js/chrome-board-expanding-fix.js

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