Skip to content

Commit

Permalink
removed legacy ECN features from config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
remender authored Nov 17, 2025
1 parent 19dbd16 commit e9d5c91
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions content/modules/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,7 @@

const primaryTitle = "Purdue University IT"

/* QUEUE COLORS */

//from main webqueue script
var colorsByQueue = {
'aae': {'bg' : '#7030A0', 'txt' : 'white' },
'abe' : {'bg' : '#256f78', 'txt' : 'white'},
'bidc' : {'bg' : '#C5FFC5', 'txt' : 'black'},
'biology' : {'bg' : '#67c1ee', 'txt' : 'black'},
'bme' : {'bg' : '#0D69FF', 'txt' : 'white'},
'ce' : {'bg' : '#008000', 'txt' : 'white' },
'che' : {'bg' : '#00FF00', 'txt' : 'black'},
'chem' : {'bg' : '#ffb1b7', 'txt' : 'black'},
'coea' : {'bg' : '#00D6BD', 'txt' : 'black'},
'coep' : {'bg' : '#FFDDB7', 'txt' : 'black'},
'comp.sci.' : {'bg' : '#772212', 'txt' : 'white'},
'dp' : {'bg' : '#0070A8', 'txt' : 'white'},
'doe': {'bg' : 'red', 'txt' : 'white'},
'ece' : {'bg' : '#FF6600', 'txt' : 'white'},
'ecnaccts' : {'bg' : '#98A4AE', 'txt' : 'white'},
'students' : {'bg' : '#98A4AE', 'txt' : 'white'},
'eaps' : {'bg' : '#629454', 'txt': 'white'},
'eee' : {'bg' : '#F66A6A', 'txt' : 'white'},
'ene': {'bg' : '#A45CD0', 'txt': 'white' },
'epics': {'bg' : '#E399E3', 'txt' : 'black'},
'flex' : {'bg' : '#A7ECFF', 'txt' : 'black'},
'helpdesk' : {'bg' : '#98A4AE', 'txt' : 'white'},
'ie' : {'bg' : '#FFB7B7', 'txt' : 'black'},
'imi' : {'bg' : '#FFB96D', 'txt' : 'black'},
'apple' : {'bg' : '#666666', 'txt' : 'white'},
'mailman' : {'bg' : 'white', 'txt' : 'black'},
'math' : {'bg' : '#f7977a', 'txt' : 'black'},
'me' : {'bg' : '#b30000', 'txt' : 'white'},
'mse': {'bg' : '#EFD3F5', 'txt' : 'black'},
'ne': {'bg' : '#af6377', 'txt' : 'white'},
'pari' : {'bg' : '#3f5c8a', 'txt': 'white'},
'physics' : {'bg' : '#07622f', 'txt': 'white'},
//'potr' : {'bg' : '#663300', 'txt' : 'white'},
'president' : {'bg' : '#cfb991', 'txt' : 'black'},
'sitemgrs' : {'bg' : '#98A4AE', 'txt' : 'white'},
'stat' : {'bg' : '#ff6f44', 'txt' : 'white'},
'swt' : {'bg' : '#000ED6', 'txt' : '#FFEE00'},
'polytechnic' : {'bg' : 'black', 'txt' : 'white'},
'cnit' : {'bg' : '#434343', 'txt' : 'white'},
'uds' : {'bg' : '#98A4AE', 'txt' : 'white'},
'udsprojects': {'bg' : '#98A4AE', 'txt' : 'white'},
//'wang' : {'bg' : '#000099', 'txt' : 'white'},
'web' : {'bg' : '#B46086', 'txt' : 'white'},
'windows' : {'bg' : '#b77729', 'txt' : 'white'},
'zsite' : {'bg' : '#98A4AE', 'txt' : 'white'},
};

var tdxtoolsUrl = "https://engineering.purdue.edu"

//regex for matching inline highlights
var colorsByStatus = {
'!!': {style: {background: 'var(--col-highlight-1)'}, type: 'highlight', re: new RegExp("\!! (.*) \!!","g")},
'~~': {style: {background: 'var(--col-highlight-2)'}, type: 'highlight', re: new RegExp("\~~ (.*) \~~","g")},
}

var colorScheme

0 comments on commit e9d5c91

Please sign in to comment.