Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
Bug fixes from test
  • Loading branch information
RhinosF1 authored Mar 3, 2019
1 parent 1d0f260 commit e014312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StatusChanger.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addOnloadHook(function (){
}

if (typeof(statusChangerConfig.statusList) == 'undefined') {
statusChangerConfig.statusList = [ 'online', 'offline', 'sleeping', 'around(A)', 'around(R)', 'BOW(A)', 'BOW(R) ];
statusChangerConfig.statusList = [ 'online', 'offline', 'sleeping', 'around(A)', 'around(R)', 'BOW(A)', 'BOW(R)' ];
}

if (typeof(statusChangerConfig.statusPage) == 'undefined') {
Expand Down

0 comments on commit e014312

Please sign in to comment.