From dfaa85486a202571e789db4bed2249196a4f525e Mon Sep 17 00:00:00 2001 From: Amy Subach Date: Thu, 19 May 2011 21:31:55 -0700 Subject: [PATCH] Fixed spacing between "login" and "password" --- jquery.couchLogin.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jquery.couchLogin.js b/jquery.couchLogin.js index a00f3f7..92fc2a2 100644 --- a/jquery.couchLogin.js +++ b/jquery.couchLogin.js @@ -1,3 +1,4 @@ +/* // Copyright Chris Anderson 2011 // Apache 2.0 License // jquery.couchLogin.js @@ -11,6 +12,7 @@ // alert("bye bye"); // } // }); +*/ (function($) { $.fn.couchLogin = function(opts) { @@ -65,8 +67,8 @@ var templates = { adminParty : '

Admin party, everyone is admin! Fix this in Futon before proceeding.

', loggedOut : 'Signup or Login', - loginForm : '
or Signup
', - signupForm : '
or Login
' + loginForm : '
or Signup
', + signupForm : '
or Login
' }; function loggedIn(r) { var auth_db = encodeURIComponent(r.info.authentication_db)