diff --git a/static/index.html b/static/index.html index c47cad2..0ebd54a 100644 --- a/static/index.html +++ b/static/index.html @@ -51,7 +51,7 @@ Howler.unmute(); Howler.volume(global_volume * .01); } - }}); + }}); }); @@ -184,6 +184,10 @@ $('#titles').click( make_click_handler($('#titles'), 'notitles') ); + $('#hide_rc_box').click( + function() {$("#rc-log").toggle();} + ); + $('#about-link').click(function(){ // because we use window.location to set languages. $('html, body').animate({scrollTop:$(document).height()}, 'slow'); @@ -284,7 +288,7 @@ $('.tag span').each(function(val) { var tag = $(this).text().trim().replace('#', '').toLowerCase(); if($.inArray(tag, TAG_FILTERS) === -1){ - TAG_FILTERS.push(tag); + TAG_FILTERS.push(tag); } }); update_tag_warning(svg); @@ -324,6 +328,9 @@
+
+
+