From 59787d895f86800a47358e48dacbb213d01d5683 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 26 Apr 2015 18:58:55 -0400 Subject: [PATCH] Added the GitHub ribbon --- index.html | 3 +++ main.js | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/index.html b/index.html index fa55214..7a69a6f 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,9 @@
+ +

Diceware Password Generator

diff --git a/main.js b/main.js index 92c2069..ddaab54 100644 --- a/main.js +++ b/main.js @@ -246,6 +246,12 @@ jQuery("#roll_dice").on("click", function(e) { }); +// +// If we're not on a mobile, bring in the GitHub ribbon. +// +if (!is_mobile()) { + jQuery("#github_ribbon").fadeIn(1000); +} // // Load our wordlist.