File tree Expand file tree Collapse file tree
src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 4.0.10] - 2024-11-07
2+ ### Changed
3+ - Fixed namespace prefix declaration in client-side XSLT
4+
5+ ## [ 4.0.9] - 2024-02-07
6+ ### Changed
7+ - Fixed dragging within a map
8+ - Fixed Docker build issue caused by an old Node.js version
9+ - Fixed Login with Google caused by Varnish configuration stripping HTTP cookies
10+
111## [ 4.0.8] - 2023-07-11
212### Changed
313- Dependency on ` com.atomgraph.server ` (new module) instead of ` com.atomgraph.processor `
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema"
2121xmlns:map=" http://www.w3.org/2005/xpath-functions/map"
2222xmlns:json=" http://www.w3.org/2005/xpath-functions"
2323xmlns:array=" http://www.w3.org/2005/xpath-functions/array"
24+ xmlns:fn=" http://www.w3.org/2005/xpath-functions"
2425xmlns:ac=" ∾ "
2526xmlns:ldh=" &ldh; "
2627xmlns:rdf=" &rdf; "
@@ -527,4 +528,4 @@ exclude-result-prefixes="#all"
527528 <xsl : sequence select =" ixsl:call(ixsl:window(), 'alert', [ $response?message ])" />
528529 </xsl : function >
529530
530- </xsl : stylesheet >
531+ </xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments