Update index.html with a new username
This commit is contained in:
+3
-3
@@ -1910,7 +1910,7 @@
|
|||||||
});
|
});
|
||||||
dialogOv.addEventListener("click", (e) => {
|
dialogOv.addEventListener("click", (e) => {
|
||||||
if (e.target.id == "source-code-link") {
|
if (e.target.id == "source-code-link") {
|
||||||
window.open("https://github.com/potentzero/pascar", "_blank");
|
window.open("https://github.com/wlfy-sh/pascar", "_blank");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
@@ -1933,7 +1933,7 @@
|
|||||||
Open & save files via your local filesystem.
|
Open & save files via your local filesystem.
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size:14px;line-height:1.6;text-align:center;">
|
<div style="font-size:14px;line-height:1.6;text-align:center;">
|
||||||
<a id="source-code-link" style="color:#295991;" href="https://github.com/potentzero/pascar" target="_blank">Source code</a>
|
<a id="source-code-link" style="color:#295991;" href="https://github.com/wlfy-sh/pascar" target="_blank">Source code</a>
|
||||||
by Nirmal Kumar R.
|
by Nirmal Kumar R.
|
||||||
</div>
|
</div>
|
||||||
<div class="dialog-buttons"><button class="btn primary" id="d-about-ok">OK</button></div>
|
<div class="dialog-buttons"><button class="btn primary" id="d-about-ok">OK</button></div>
|
||||||
@@ -1989,4 +1989,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user