Skip to content
Snippets Groups Projects
Unverified Commit b1b6af12 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

hotfix: get rid of premature return statement

parent ca5b78c1
No related branches found
No related tags found
No related merge requests found
Pipeline #73163 passed
...@@ -203,8 +203,6 @@ function listServerExamples() { ...@@ -203,8 +203,6 @@ function listServerExamples() {
} }
function listExamples() { function listExamples() {
listLocalExamples();
return;
console.log("Location hostname: " + location.hostname); console.log("Location hostname: " + location.hostname);
if (location.hostname === "localhost" || location.hostname === "127.0.0.1" || location.hostname === "" || location.hostname.includes("gitlab-pages.qt.io")) { if (location.hostname === "localhost" || location.hostname === "127.0.0.1" || location.hostname === "" || location.hostname.includes("gitlab-pages.qt.io")) {
console.log("Showing local examples"); console.log("Showing local examples");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment