Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
THEMES.themes instead of THEMES (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Levett committed Aug 18, 2016
1 parent ec6fdca commit 76ed15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uw-frame-components/portal/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ define([
if('group' == themeIndex) {
var themeSet = false;
var defaultThemeGo = function() {
var themes = filterFilter(THEMES, {group : 'default'});
var themes = filterFilter(THEMES.themes, {group : 'default'});
themeSet = themes.length > 0;
if(themeSet) {
$rootScope.portal.theme = themes[0];
Expand Down

0 comments on commit 76ed15a

Please sign in to comment.