Skip to content

Commit

Permalink
Alias the legacy commands /online and /action.
Browse files Browse the repository at this point in the history
/online -> /back
/action -> /me

This affects the default settings, which only take effect when
the saved settings have been cleared.
  • Loading branch information
cburschka committed Jan 27, 2015
1 parent 34e572f commit 0f9e700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/config.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var config = {
resource: '{client}/{version}/{timestamp}',
},

macros: {},
macros: {action: ['/me $'], online: ['/back $']},
version: '@@@VERSION@@@',
},

Expand Down

0 comments on commit 0f9e700

Please sign in to comment.