Fix RFXtrx docs

This commit is contained in:
Paulus Schoutsen 2015-10-25 14:33:02 -07:00
parent 7a9fd7b622
commit 412771dbec
5 changed files with 29 additions and 24 deletions

View file

@ -82,7 +82,7 @@ $(window).load(function(){
if (filter == '') {
filter = '.featured'
} else if (filter == 'all') {
} else if (filter == '#all') {
filter = '*';
} else {
filter = '.' + filter.substr(1);