We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac6da commit 36557a9Copy full SHA for 36557a9
1 file changed
index.htm
@@ -321,7 +321,7 @@
321
// LABEL: Info.
322
box.homePage.footer.lblInfo = createLabel(0, 275, 600, 100)
323
box.homePage.footer.add(that)
324
- that.text = "Developed by <b>Bugra Ozden</b><br>Licensed under <b>CC 4.0</b>"
+ that.text = "Developed by <b onclick='gotoBugraSite();' style='cursor: pointer;'>Bugra Ozden</b><br>Licensed under <b>CC 4.0</b>"
325
that.fontSize = 12
326
that.opacity = 0.8
327
that.textAlign = "center"
@@ -347,6 +347,10 @@
347
348
}
349
350
+ const gotoBugraSite = function() {
351
+ window.open("https://bugraozden.com/", "_blank");
352
+ }
353
+
354
</script>
355
356
</head>
0 commit comments