Skip to content

Commit 6964577

Browse files
committed
🐛 Fix FAQ link
We can't click on anything in the popup, so back to referring to the navbar button to click please. Also the link never got filled 🤦‍♀️
1 parent a0c4d33 commit 6964577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

octoprint_pi_support/static/js/pi_support.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ $(function () {
245245
}
246246

247247
content +=
248-
"<hr><p><small><a href='' target='_blank'>" +
249-
gettext("See also the FAQ...") +
250-
"</a></small></p>";
248+
"<hr><p><small>" +
249+
gettext("Click the navbar icon for more information.") +
250+
"</small></p>";
251251

252252
return content;
253253
});

0 commit comments

Comments
 (0)