Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
web fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Donata Petkeviciute committed Mar 26, 2024
1 parent 65dc5d6 commit 8aa72c4
Show file tree
Hide file tree
Showing 163 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion ch/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h1>404 Page not found</h1>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion ch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ <h2 style="margin: 0 0 .5em;">Receive updates</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1>404 Page not found</h1>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h2 id="credits">Credits</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-04-08-jobrunr-release/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h3 id="the-benefits">The benefits:</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-04-20-v09-0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2 id="redis-support">Redis support!</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-04-23-jobrunr-long-running-jobs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ <h3 id="conclusion">Conclusion:</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-05-06-jobrunr-kubrnetes-terraform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ <h2 id="learn-more">Learn more</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-05-28-v09-8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h3 id="maven-central">Maven Central</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-06-01-testing-against-12-jvms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h3 id="learn-more">Learn more</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-06-13-v09-9/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h2 id="other-improvements">Other improvements</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-06-18-v09-11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h4 class="author-name">Ronald Dehuysser</h4>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-06-25-openjdk-quality-outreach/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h4 class="author-name">Ronald Dehuysser</h4>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-07-23-v09-13/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2 id="bugfixes">Bugfixes:</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-08-13-v09-15/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h3 id="some-small-and-incremental-releases-which-added-the-following-new-featur
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-08-17-jobrunr-loom-virtual-threads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h2 id="conclusion">Conclusion</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-09-04-my-own-product/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h2 id="preliminary-conclusion">Preliminary conclusion</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-09-09-v09-17/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h2 id="other-improvements--bugfixes">Other improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-09-24-jobrunr-v1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h2 id="other-improvements--bugfixes">Other improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-10-21-v1.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-11-01-v1.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2020-11-18-license-sold/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h3 id="celebration-time">Celebration time!</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-02-07-v1.3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-04-26-v2.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-05-26-v3.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ <h3 id="special-thanks-to-">Special thanks to &hellip;</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-06-12-v3.1.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h3 id="bugfixes">Bugfixes</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-06-24-jobrunr-pro-v3.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h3 id="keeping-it-clean">Keeping it clean&hellip;</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-07-04-jobrunr-v3.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-07-12-jobrunr-pro-v3.4.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h3 id="find-that-job-easily">Find that job easily!</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-08-03-license-sold/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h3 id="celebration-time">Celebration time!</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-09-08-jobrunr-v4.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2021-11-10-java-cron-job/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h3 id="what-is-the-benefit-of-using-jobrunr-for-java-cron-jobs">What is the ben
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-03-30-jobrunr-v5.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-04-24-jobrunr-spring-io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h4 class="author-name">Ronald Dehuysser</h4>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-05-06-jobrunr-v5.1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h2 id="all-improvements--bugfixes">All improvements &amp; bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h3 id="are-you-still-running-your-own-job-scheduling-framework">Are you still r
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-06-02-cla/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h2 id="moving-forward--growing">Moving forward &amp; growing!</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-06-10-my-own-product-part-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h3 id="last-but-not-least">Last but not least&hellip;</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-06-13-jobrunr-at-springio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h4 class="author-name">Ronald Dehuysser</h4>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h4 class="author-name">Ronald Dehuysser</h4>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-09-23-jobrunr-5.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3 id="bugfixes">Bugfixes</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion en/blog/2022-10-03-jobrunr-5.3.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h2 id="bugfixes">Bugfixes</h2>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3 id="a-concrete-example">A concrete example</h3>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ <h6 id="ps-for-jetbrain-developers">Ps: for JetBrain developers</h6>
}
});
document.querySelector("#close").addEventListener("click", () => {
document.querySelector(".popup").style.display = "none";
document.querySelector(".popup-container").style.display = "none";
});
</script>
<style>
Expand Down
Loading

0 comments on commit 8aa72c4

Please sign in to comment.