Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
dynamic version on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
gokberkakdeniz committed Apr 28, 2019
1 parent b5a3135 commit a85a944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/about/assets/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
const CONSTANTS = require("@constants")
window.onload = () => {
document.getElementById("logo").setAttribute("src", CONSTANTS.IMAGES.APP)
document.getElementById("version").innerHTML = CONSTANTS.APP_VERSION
}
</script>
</head>
Expand All @@ -20,7 +21,7 @@
<br>
<br>
<h3><b>What's Up Darkness?</b></h3>
<h4>2.0.4</h4>
<h4 id="version"></h4>
<br>
<h5>Copyright © 2018 tncga
<br>
Expand Down

0 comments on commit a85a944

Please sign in to comment.