diff --git a/src/index.html b/src/index.html index 2ab1db4..17114ca 100644 --- a/src/index.html +++ b/src/index.html @@ -1902,6 +1902,10 @@ e.preventDefault(); }); dialogOv.addEventListener("click", (e) => { + if (e.target.id == "source-code-link") { + window.open("https://github.com/potentzero/pascar", "_blank"); + return; + } e.preventDefault(); }); if (onReady) onReady(); @@ -1922,7 +1926,7 @@ Open & save files via your local filesystem.
- Source code + Source code by Nirmal Kumar R.