This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/domain/footer/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " varaamo" ,
3- "version" : " 0.12.4 " ,
3+ "version" : " 0.12.5 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/City-of-Helsinki/varaamo"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Html extends Component {
2323 }
2424
2525 renderCookieHubCode ( ) {
26- const cookieHubString = `var cpm = { };
26+ const cookieHubString = `var cpm = {cookie:{domain:''} };
2727 (function(h,u,b){
2828 var d=h.getElementsByTagName('script')[0],e=h.createElement('script');
2929 e.async=true;e.src='https://cookiehub.net/c2/c7e96adf.js';
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ exports[`domain/footer/Footer When there is no customization in use renders corr
5656 <span
5757 className = " app-varaamo-version"
5858 >
59- v0.12.4
59+ v0.12.5
6060 </span >
6161 </div >
6262 </Col >
@@ -121,7 +121,7 @@ exports[`domain/footer/Footer renders correctly 1`] = `
121121 <span
122122 className = " app-varaamo-version"
123123 >
124- v0.12.4
124+ v0.12.5
125125 </span >
126126 </div >
127127 </Col >
You can’t perform that action at this time.
0 commit comments