Skip to content

Commit

Permalink
mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cnk2-rgb committed Oct 30, 2023
1 parent a4b39fe commit 8c7bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ window.onload = function() {
var w = window.innerWidth;

if ((w < 1100)) {
window.location.href = "https://makes2023.uncommonhacks.com/";
window.location.href = "https://makes2023.mobile.uncommonhacks.com/";
}
// Scroll to the bottom of the page
window.scrollTo(0, document.body.scrollHeight);
Expand Down

0 comments on commit 8c7bbfd

Please sign in to comment.