From 507a2b1a6c0e1ce2ea978eaeb98b219d77609d2d Mon Sep 17 00:00:00 2001 From: ForklessAnon Date: Tue, 7 Oct 2014 00:45:44 -0500 Subject: [PATCH] Featured boards fix for reverse compatibility with how it was previously. --- js/update_boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/update_boards.js b/js/update_boards.js index 15f9ea04..91194225 100644 --- a/js/update_boards.js +++ b/js/update_boards.js @@ -9,7 +9,7 @@ function handle_boards(data) { }) if (boards[0]) { - $('.favorite-boards').before(' [ '+boards.slice(0,15).join(" / ")+' ] '); + $('.favorite-boards').before(' [ '+boards.slice(0,15).join(" / ")+' ] '); } }