Merge branch 'master' into development

This catches the development branch up with v1.0.39 in master.
This commit is contained in:
Scott Nonnenberg
2017-11-21 18:25:59 -08:00
18 changed files with 9700 additions and 254 deletions

View File

@@ -48,6 +48,16 @@ a {
<a href="https://signal.org">signal.org</a>
</div>
<script type='text/javascript' src='js/jquery.js'></script>
<script>
$(document).on('keyup', function(e) {
if (e.keyCode === 27) {
window.closeAbout();
}
});
</script>
</body>
</html>