Skip to content
Snippets Groups Projects
Commit 4ca17d97 authored by khawkins98's avatar khawkins98
Browse files

Do not swap colours on certain services

parent 5efc3118
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,11 @@ function testMigration(steppingTimeSpeed) {
setTimeout(function(){
// Service colour updating
// do not use a colour palette on certain services
if (window.location.pathname.split('/')[1] === 'arrayexpress') {
break;
}
// Define array of object pairs
// [what we check for] [what we replace with]
var colourPalettes = [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment