fix(main): static page links and constantStrings

This commit is contained in:
dhcodes
2017-06-23 14:12:58 -05:00
parent 4c016216b9
commit 63a147257b
6 changed files with 21 additions and 120 deletions

View File

@@ -1,4 +1,4 @@
import { donateUrl } from '../common/utils/constantStrings.json';
import { aboutUrl, donateUrl } from '../common/utils/constantStrings.json';
var main = window.main || {};
@@ -106,7 +106,7 @@ $(document).ready(function() {
});
window.Mousetrap.bind('g n a', () => {
// About
window.location = '/about';
window.location = aboutUrl;
});
window.Mousetrap.bind('g n d', () => {
// Donate