Fix RFXtrx docs
This commit is contained in:
parent
7a9fd7b622
commit
412771dbec
5 changed files with 29 additions and 24 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue