Skip to content

Commit

Permalink
bjk
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswolfallen2 authored Feb 26, 2025
1 parent 543dc17 commit 777f6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function loadCookiesFromCloud() {
document.getElementById('cookies-input').value = cookiesFromCloud;

// Alert the user that the cookies have been loaded and replaced
alert('Cookies loaded from cloud and replaced!');
alert('Cookies loaded from cloud!');
} catch (error) {
console.error('Error loading cookies from cloud:', error);
alert('Failed to load cookies from cloud: ' + error.message);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ <h2>Cookies</h2>
</div>
</div>
</div>
<script src="app.js"></script>
<script src="app2.js"></script>
</body>
</html>

0 comments on commit 777f6e7

Please sign in to comment.