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

Spaces

parent 0190f67a
No related branches found
No related tags found
No related merge requests found
......@@ -85,11 +85,11 @@ function testMigration(steppingTimeSpeed) {
// Define array of object pairs
// [what we check for] [what we replace with]
var colourPalettes = [
{ "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$=\"/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" : "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