From 8e639fd6cccecb3f23f727ef1f00f7e9851ea04e Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 25 Aug 2012 05:43:26 -0500 Subject: Fixing various javascript warnings, as well as renaming all //!! comments to //TODO --- js/globe.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'js/globe.js') diff --git a/js/globe.js b/js/globe.js index 7fcd6a7..2c6f088 100644 --- a/js/globe.js +++ b/js/globe.js @@ -1,5 +1,5 @@ -// !! Remember to preload images +// TODO: Remember to preload images function showSignin() { @@ -15,15 +15,15 @@ function showSignin() { } -var signinDiv = '
-

Sign in

-
-

Do you have an account here?

- Sign in with Google - Sign in with Yahoo - Learn more about OpenID -
-
'; +var signinDiv = '
' + +'

Sign in

' + +'
' + +'

Do you have an account here?

' + +' Sign in with Google' + +' Sign in with Yahoo' + +' Learn more about OpenID' + +'
' + +'
'; -- cgit v1.2.3