Skip to content

Commit

Permalink
Merge pull request #28 from JakobJFL/fixing-deprecated-features
Browse files Browse the repository at this point in the history
Fixing deprecated features
  • Loading branch information
JakobJFL authored Jan 4, 2024
2 parents 5e1476c + 88d188d commit a6812a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/dashboardSite.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DashboardPage {
<div class="modal-dialog modal-lg">
<div class="modal-content rounded-15">
<div class="modal-header modal-header-15">
<h5 class="modal-title text-white" id="exampleModalLabel">More</h5>
<h5 class="modal-title text-white" id="exampleModalLabel">Settings</h5>
<button type="button" class="btn-close " data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Expand Down
2 changes: 1 addition & 1 deletion js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function makeNewConnection(event) {
setupWithLinkButton(ip);
} catch (err) {
if (err == "TypeError: Failed to fetch")
showNewConError("No connection - possible network error, check network connection");
showNewConError("Automatic Hue discovery is no longer available. Please enter the IP manually, which you will find in the Hue App.");
else if (err == "Error: Timeout")
showNewConError("Timeout - got no response from the Hue bridge. Check your and the bridges network connection");
else
Expand Down

0 comments on commit a6812a7

Please sign in to comment.