Skip to content
Snippets Groups Projects
Commit ec7b9990 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: keep old css name

parent 21f03cce
No related branches found
No related tags found
1 merge request!118F linkahead rename
Pipeline #41090 passed
......@@ -587,7 +587,7 @@ This is the last Bootstrap-3 compatible release.
### Removed
* Removed non-informative tests for weblinkahead.css
* Removed non-informative tests for webcaosdb.css
* Hard-coded image and video preview in the entity panel. The preview of images
and videos is controlled by the `ext_bottom_line` module now.
......
File moved
......@@ -7,7 +7,7 @@
<script src="/webinterface/${BUILD_NUMBER}/js/footer.js"></script>
<link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/bootstrap.css">
<link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/weblinkahead.css">
<link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/webcaosdb.css">
<link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/dropzone.css">
<link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/tour.css">
<link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/leaflet.css">
......
......@@ -52,7 +52,7 @@
<xsl:element name="link">
<xsl:attribute name="rel">stylesheet</xsl:attribute>
<xsl:attribute name="href">
<xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/weblinkahead.css')"/>
<xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/webcaosdb.css')"/>
</xsl:attribute>
</xsl:element>
<xsl:element name="link">
......
......@@ -26,7 +26,7 @@
<meta charset="utf-8" />
<title>WebLinkAhead Unit Tests</title>
<link rel="stylesheet" href="css/qunit.css" />
<link rel="stylesheet" href="css/weblinkahead.css" />
<link rel="stylesheet" href="css/webcaosdb.css" />
<link rel="stylesheet" href="css/leaflet.css" />
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment