From 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 1 Jun 2013 20:10:36 -0500 Subject: A partial commit of the auth stuff, in case my upcoming changes break anything --- js/globe.js | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'js') diff --git a/js/globe.js b/js/globe.js index 152ad71..1dc61a0 100644 --- a/js/globe.js +++ b/js/globe.js @@ -9,22 +9,6 @@ function hideSignin() { } } -function createSignin() { - var div = document.createElement('div'); - var content = '
'; - content += '

Sign in

'; - content += '
'; - content += '

Do you have an account here?

'; - content += ' Sign in with Google'; - content += ' Sign in with Yahoo'; - content += ' Learn more about OpenID'; - content += ' X'; - content += '
'; - content += '
'; - div.innerHTML = content; - document.body.appendChild(div.firstChild); -} - //Make unselectable elements unselectable (hack for IE 9.0 and below, which doesn't support our CSS) $(document).ready(function() { -- cgit v1.2.3