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

Remove 'beta' subtitle from all themes #322

Merged
merged 1 commit into from
Oct 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions uw-frame-components/js/frame-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define(['angular'], function(angular) {
var config = angular.module('frame-config', []);
config
.constant('THEMES',
{"themeVersion": 4,
{"themeVersion": 5,
/* THOU SHALT INCREMENT THIS VERSION NUMBER IF THOU CHANGEST ANY OF THE THEMES BELOW */
"themes":
[
Expand Down Expand Up @@ -87,7 +87,7 @@ define(['angular'], function(angular) {
"portalSkinKey" : "uwRiverFalls",
"crest" : "img/uwrf-logo.png",
"title" : "MyUW",
"subtitle" : "beta",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
"crestalt" : "UW River Falls Logo",
"group" : "UW System-River Falls",
Expand Down Expand Up @@ -146,7 +146,7 @@ define(['angular'], function(angular) {
"portalSkinKey" : "uwStevensPoint",
"crest" : "img/uwsp-logo-52.png",
"title" : "MyUW",
"subtitle" : "beta",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
"crestalt" : "UW Stevens Point Logo",
"group" : "UW System-Stevens Point",
Expand Down Expand Up @@ -199,7 +199,7 @@ define(['angular'], function(angular) {
"portalSkinKey" : "uwMilwaukee",
"crest" : "img/uwm-logo-52.png",
"title" : "MyUW",
"subtitle" : "beta",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
"crestalt" : "UW-Milwaukee Logo",
"group" : "UW System-Milwaukee",
Expand Down Expand Up @@ -252,7 +252,7 @@ define(['angular'], function(angular) {
"portalSkinKey" : "uwWhitewater",
"crest" : "img/uww-logo-52.png",
"title" : "MyUW",
"subtitle" : "beta",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
"crestalt" : "UW-Whitewater Logo",
"group" : "UW System-Whitewater",
Expand Down Expand Up @@ -938,7 +938,7 @@ define(['angular'], function(angular) {
"portalSkinKey" : "uwSystemAdministration",
"crest" : "img/uw-system-logo-112.png",
"title" : "MyUW",
"subtitle" : "beta",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
"crestalt" : "UW System Logo",
"group" : "default",
Expand Down