a66f8e75c52db7509be07359da1665e89fb9c836.svn-base 605 B

12345678910111213141516
  1. window.Partials = $.extend(true, window.Partials, {
  2. "config": {
  3. "layoutSet": "empty",
  4. "navigation": [
  5. { "title": "Consume", "action": "#Consume", },
  6. { "title": "Goal", "action": "#Goal", },
  7. { "title": "Loads", "action": "#Loads", },
  8. { "title": "Price", "action": "#Price", },
  9. { "title": "Cooler", "action": "#Cooler", },
  10. { "title": "Boiler", "action": "#Boiler", },
  11. { "title": "Reduce", "action": "#Reduce", },
  12. { "title": "HistoryCooler", "action": "#HistoryCooler", },
  13. { "title": "HistoryBoiler", "action": "#HistoryBoiler", }
  14. ]
  15. }
  16. });