diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 13:07:09 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 13:07:09 -0600 |
| commit | 0bef350be2ea4ea67655e83633c6f8f5b6c04695 (patch) | |
| tree | eb76fbf009b62dd6edf870c6a93ef4b915fdc507 /StoneIsland/www/js/lib/nav/NavView.js | |
| parent | 5680371ea44af2bd576e9b936c9e43ee5ab47376 (diff) | |
fix youtube link!
Diffstat (limited to 'StoneIsland/www/js/lib/nav/NavView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/nav/NavView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/nav/NavView.js b/StoneIsland/www/js/lib/nav/NavView.js index 71314559..1c12e7a1 100755 --- a/StoneIsland/www/js/lib/nav/NavView.js +++ b/StoneIsland/www/js/lib/nav/NavView.js @@ -155,6 +155,7 @@ var NavView = View.extend({ window.open("https://twitter.com/stoneisland", '_system') }, yt: function(){ + console.log("youtube") window.open("https://www.youtube.com/user/StoneIslandOfficial", '_system') }, |
