Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 777f6e7

Browse files
bjk
1 parent 543dc17 commit 777f6e7

File tree

2 files changed

+2
-2
lines changed
  • WebGames-master/WebGames-master/userlogins-for-fun-miles-main (2).zip_unzipped/userlogins-for-fun-miles-main

2 files changed

+2
-2
lines changed

WebGames-master/WebGames-master/userlogins-for-fun-miles-main (2).zip_unzipped/userlogins-for-fun-miles-main/app2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ async function loadCookiesFromCloud() {
218218
document.getElementById('cookies-input').value = cookiesFromCloud;
219219

220220
// Alert the user that the cookies have been loaded and replaced
221-
alert('Cookies loaded from cloud and replaced!');
221+
alert('Cookies loaded from cloud!');
222222
} catch (error) {
223223
console.error('Error loading cookies from cloud:', error);
224224
alert('Failed to load cookies from cloud: ' + error.message);

WebGames-master/WebGames-master/userlogins-for-fun-miles-main (2).zip_unzipped/userlogins-for-fun-miles-main/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ <h2>Cookies</h2>
4040
</div>
4141
</div>
4242
</div>
43-
<script src="app.js"></script>
43+
<script src="app2.js"></script>
4444
</body>
4545
</html>

0 commit comments

Comments
 (0)