Skip to content

Commit

Permalink
Current version as of 9/10/18
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLeath committed Sep 11, 2018
1 parent 08fb3fd commit 11463c1
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 79 deletions.
14 changes: 2 additions & 12 deletions home/assets/js/externalopener.js
Expand Up @@ -19,22 +19,12 @@ document.getElementById("r6tabclick").addEventListener("auxclick", function (e)
var remoteLink = this.getAttribute('href');
shell.openExternal( remoteLink );
});
document.getElementById("mailchimp").addEventListener("click", function (e) {
document.getElementById("discordclick").addEventListener("click", function (e) {
e.preventDefault();
var remoteLink = this.getAttribute('href');
shell.openExternal( remoteLink );
});
document.getElementById("mailchimp").addEventListener("auxclick", function (e) {
e.preventDefault();
var remoteLink = this.getAttribute('href');
shell.openExternal( remoteLink );
});
document.getElementById("discord").addEventListener("click", function (e) {
e.preventDefault();
var remoteLink = this.getAttribute('href');
shell.openExternal( remoteLink );
});
document.getElementById("discord").addEventListener("auxclick", function (e) {
document.getElementById("discordclick").addEventListener("auxclick", function (e) {
e.preventDefault();
var remoteLink = this.getAttribute('href');
shell.openExternal( remoteLink );
Expand Down
Binary file added home/images/discord.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 13 additions & 5 deletions index.html
Expand Up @@ -131,6 +131,15 @@
bottom: 10px;
left: 25px;
}
#discordclick {
position: fixed;
top: 35px;
right: 26.5px;
}
#discord {
width:25px;
height:25px;
}
#r6tab {
width:70px;
height:40px;
Expand Down Expand Up @@ -173,7 +182,6 @@
}
</style>
</head>

<body class="noselect" id="background">
<div id="title-bar">
<div id="title-bar-btns">
Expand All @@ -199,6 +207,7 @@ <h1 id="cycletxt-5">Coming soon, R6RC for Mac!</h1>
<button class="button small btnalign" id="presetbtn" type="button" onclick="preset();customreset();disable();" disabled>Preset</button>
<button class="button small btnalign" id="changebtn" type="button" onclick="changetopage2();">View Changelog</button>
<button class="button small btnalign" id="custombtn" type="button" onclick="custom();presetreset();disable1();">Custom</button>
<a id="discordclick" href="https://discord.gg/cycufxx"><img id="discord" src="home/images/discord.png" alt=""/></a>
<a id="r6tabclick" href="https://www.r6tab.com"><img id="r6tab" src="home/images/r6tablogo.png" alt=""/></a>
<a id="twitterclick" href="https://twitter.com/R6RankCalc"><img id="twitterimg" src="home/images/twitter.png" alt=""/></a>
<!--Divider-->
Expand Down Expand Up @@ -325,17 +334,16 @@ <h1><strong>R6RC | Changelog</strong></h2>
<h1>VERSION 0.4.1 CHANGE NOTES</h1>
<ul>
<strong>CHANGES</strong>
<li><b>Added</b> a Discord button! Now you can join the community!</li>
<li><b>Updated</b> all dependencies to the latest version</li>
<li><b>Disabled</b> the R6RC newsletter dialogue for now</li>
<li><b>Removed</b> the R6RC newsletter dialogue for now</li>
<li><b>Removed</b> R6DB from R6RC due to their website shutting down</li>
<li><b>Replaced</b> R6DB with R6Tab</li>
<li><b>Added</b> a prompt to subscribe to the R6RC newsletter</li>
<li><b>Replaced</b> R6DB with R6TAB</li>
</ul>
<ul>
<strong>COMING SOON</strong>
<li>Visible in-app menu for R6RC</li>
<li>Windows Taskbar Jump & Task list for R6RC</li>
<li>R6RC Discord</li>
<li>R6RC Discord Bot</li>
<li>R6RC for Mac</li>
</ul>
Expand Down

0 comments on commit 11463c1

Please sign in to comment.