Corrected a merge error that broke the system menu display

Closes #797
This commit is contained in:
Gina Häußge 2015-03-02 22:41:37 +01:00
parent 60882d9a5c
commit b8e5019e24

View file

@ -238,6 +238,8 @@ $(function() {
self.temperature_profiles(response.temperature.profiles);
self.system_actions(response.system.actions);
self.terminalFilters(response.terminalFilters);
};