From afe210a20acf0fcd5e8024abc1cf82e7370e35e8 Mon Sep 17 00:00:00 2001 From: Mark Taiwan Date: Tue, 20 Jan 2015 22:21:06 +0800 Subject: [PATCH] Add top boards' full name to the link tooltip --- 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 401e17d7..356d6259 100644 --- a/js/update_boards.js +++ b/js/update_boards.js @@ -25,7 +25,7 @@ if (window.Options && Options.get_tab('general')) { function handle_boards(data) { $.each(data, function(k, v) { if (v.uri != 'meta' && v.uri != 'b') { - boards.push(''+v.uri+''); + boards.push(''+v.uri+''); } })