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

Add debug message

parent 6aa6a638
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,9 @@ function testMigration(steppingTimeSpeed) {
// do not use a colour palette on certain services
if (window.location.pathname.split('/')[1] === 'arrayexpress') {
console.log('Service colours: I have your site as one that has it\'s own special colours, I won\'t do anything.');
console.log(' - Consider using the standard colour implementation format: https://github.com/ebiwd/EBI-Framework/blob/gh-pages/css/colour-template.css');
console.log('------------------\n');
return;
}
......
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