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

Commit

Permalink
add back in back 2 classic url as its needed for sr
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Dec 15, 2015
1 parent 72fa7e1 commit c10a8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/js/app-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ define(['angular'], function(angular) {
'notificationFullURL' : 'notifications'
})
.constant('MISC_URLS',{
'back2ClassicURL' : null,
'feedbackURL' : 'https://my.wisc.edu/portal/p/feedback',
'helpdeskURL' : 'https://kb.wisc.edu/helpdesk/',
'myuwHome' : 'https://my.wisc.edu',
Expand Down
1 change: 1 addition & 0 deletions uw-frame-components/js/app-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ define(['angular'], function(angular) {
'notificationFullURL' : 'notifications'
})
.constant('MISC_URLS',{
'back2ClassicURL' : null,
'feedbackURL' : 'https://my.wisc.edu/portal/p/feedback',
'helpdeskURL' : 'https://kb.wisc.edu/helpdesk/',
'loginURL' : '/portal/Login?profile=bucky',
Expand Down

0 comments on commit c10a8f7

Please sign in to comment.