diff --git a/.DS_Store b/.DS_Store
index c69f940..177aa97 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..2e97810
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 33b78ee..f95f12f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -41,7 +41,7 @@
1651144522780
-
+
diff --git a/amalati/theme.js b/amalati/theme.js
index ce5b3dd..b28809c 100644
--- a/amalati/theme.js
+++ b/amalati/theme.js
@@ -1,9 +1,6 @@
-document.onload = function () {
- const privacyPolicy = document.getElementById('privacy-policy');
+const privacyPolicy = document.getElementById('privacy-policy');
- if (privacyPolicy) {
- privacyPolicy.innerHTML = 'By signing up you agree to the TheGardenPrivacy Policy Privacy Policy'
- }
+if (privacyPolicy) {
+ privacyPolicy.innerHTML = 'By signing up you agree to the TheGardenPrivacy Policy Privacy Policy'
}
-alert('Test Message');