diff --git a/share/tools/web_config/js/controllers.js b/share/tools/web_config/js/controllers.js index ca5319f27..d2d7733e8 100644 --- a/share/tools/web_config/js/controllers.js +++ b/share/tools/web_config/js/controllers.js @@ -177,7 +177,7 @@ controllers.controller("colorsController", function($scope, $http) { // js is dumb - the empty string is false, // but we want that to mean unsetting a var. if (!$scope.selectedColorScheme[realname] && $scope.selectedColorScheme[realname] !== '') { - selected = ''; + continue; } else { selected = $scope.selectedColorScheme[realname]; }