Skip to content
Snippets Groups Projects
Commit 0190f67a authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Detect further colour CSS types

parent 5524eb29
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,11 @@ function testMigration(steppingTimeSpeed) {
// Define array of object pairs
// [what we check for] [what we replace with]
var colourPalettes = [
{ "original" : "link[href=\"//www.ebi.ac.uk/web_guidelines/css/compliance/develop/embl-petrol-colours.css\"]", "new" : "//ebiwd.github.io/EBI-Framework/css/embl-petrol-colours.css" },
{ "original" : "link[href$=\"/embl-petrol-colours.css\"]", "new" : "//ebiwd.github.io/EBI-Framework/css/embl-petrol-colours.css" },
{ "original" : "link[href$=\"/ebi-industry-colours.css\"]", "new" : "//ebiwd.github.io/EBI-Framework/css/ebi-industry-colours.css" },
{ "original" : "link[href$=\"/ebi-research.colour.css\"]", "new" : "//ebiwd.github.io/EBI-Framework/css/ebi-research.colour.css" },
{ "original" : "link[href$=\"/ebi-services-about-colours.css\"]", "new" : "//ebiwd.github.io/EBI-Framework/css/ebi-services-about-colours.css" },
{ "original" : "link[href$=\"/ebi-training-colours.css\"]", "new" : "//ebiwd.github.io/EBI-Framework/css/ebi-training-colours.css" },
{ "original" : ".no-match", "new" : "//ebiwd.github.io/EBI-Framework/css/embl-petrol-colours.css" }
];
var i = 0;
......
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