You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: "Something is blocking the connection to the server. You will not be able to login, which means that high scores will not be saved and your games will not save across domains and devices.",
128
-
cta: false,
129
-
autoClose: 7
130
-
});
126
+
// createNotif({
127
+
// message: "Something is blocking the connection to the server. You will not be able to login, which means that high scores will not be saved and your games will not save across domains and devices.",
p.innerHTML="We are not accepting game requests through the website at this time. <a href = 'https://discord.gg/4nURBJmUJY'>Please join the discord</a> and mention the @gamedev role in #game-requests to submit a game request."
900
-
constsecondP=document.createElement("p");
901
-
secondP.innerHTML="If you are unable to join the discord, please email us at <a href = 'mailto:[email protected]'>[email protected]</a>.";
902
-
903
-
if(input.value.toLowerCase().includes("roblox")){
904
-
alert("20 game requests for roblox are submitted every day. Please no more. Thanks");
905
-
closePopup();
906
-
return;
907
-
}
908
-
awaitaddGameRequest(input.value);
909
-
}catch(e){
910
-
// alert("An error occurred while sending your request. Please try again later.")
911
-
log("error"+e);
912
-
}
913
-
closePopup();
914
-
});
879
+
// document.addEventListener("keydown", (e) => {
880
+
// if (e.key == "Escape" && window.gameRQPopupOpen) {
881
+
// closePopup();
882
+
// }
883
+
// if (e.key == "Enter" && window.gameRQPopupOpen) {
// p.innerHTML = "We are not accepting game requests through the website at this time. <a href = 'https://discord.gg/4nURBJmUJY'>Please join the discord</a> and mention the @gamedev role in #game-requests to submit a game request."
908
+
// const secondP = document.createElement("p");
909
+
// secondP.innerHTML = "If you are unable to join the discord, please email us at <a href = 'mailto:[email protected]'>[email protected]</a>.";
910
+
911
+
// if (input.value.toLowerCase().includes("roblox")) {
912
+
// alert("20 game requests for roblox are submitted every day. Please no more. Thanks");
913
+
// closePopup();
914
+
// return;
915
+
// }
916
+
// await addGameRequest(input.value);
917
+
// } catch (e) {
918
+
// // alert("An error occurred while sending your request. Please try again later.")
Copy file name to clipboardExpand all lines: static/tos/privacy_policy.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,10 @@ <h2>Security</h2>
184
184
<li>Regular security audits and updates are performed</li>
185
185
</ul>
186
186
</section>
187
+
<section>
188
+
<h2>Monumetric</h2>
189
+
<p>*This Site is affiliated with Monumetric (dba for The Blogger Network, LLC) for the purposes of placing advertising on the Site, and Monumetric will collect and use certain data for advertising purposes. To learn more about Monumetric's data usage, click here: <ahref='http://www.monumetric.com/publisher-advertising-privacy'>Publisher Advertising Privacy</a>*</p>
190
+
</section>
187
191
<section>
188
192
<h2>Changes to This Policy</h2>
189
193
<p> We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date. </p>
0 commit comments