fixed script
This commit is contained in:
parent
f3570604df
commit
959c9be576
6
.idea/encodings.xml
generated
Normal file
6
.idea/encodings.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Encoding">
|
||||||
|
<file url="file://$PROJECT_DIR$/amalati/theme.css" charset="UTF-8" />
|
||||||
|
</component>
|
||||||
|
</project>
|
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
@ -41,7 +41,7 @@
|
|||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1651144522780</updated>
|
<updated>1651144522780</updated>
|
||||||
<workItem from="1651144523986" duration="2372000" />
|
<workItem from="1651144523986" duration="2372000" />
|
||||||
<workItem from="1651163609737" duration="1792000" />
|
<workItem from="1651163609737" duration="3840000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
document.onload = function () {
|
|
||||||
const privacyPolicy = document.getElementById('privacy-policy');
|
const privacyPolicy = document.getElementById('privacy-policy');
|
||||||
|
|
||||||
if (privacyPolicy) {
|
if (privacyPolicy) {
|
||||||
privacyPolicy.innerHTML = '<span>By signing up you agree to the TheGardenPrivacy Policy <a href="https://thegarden.rocks/privacy/">Privacy Policy</a></span>'
|
privacyPolicy.innerHTML = '<span>By signing up you agree to the TheGardenPrivacy Policy <a href="https://thegarden.rocks/privacy/">Privacy Policy</a></span>'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
alert('Test Message');
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user