From fe837c4fa50595373be5fd3a2db557f4f03c0495 Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Wed, 29 Aug 2012 13:56:10 -0400 Subject: [PATCH] comment edit --- openid-connect-server/src/main/webapp/resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server/src/main/webapp/resources/js/app.js b/openid-connect-server/src/main/webapp/resources/js/app.js index 2e6325c12..510a44e1c 100644 --- a/openid-connect-server/src/main/webapp/resources/js/app.js +++ b/openid-connect-server/src/main/webapp/resources/js/app.js @@ -90,7 +90,7 @@ if (model.isValid() && this.collection.where({item: input_value}).length < 1) { this.collection.add(model); } else { - // add a visual error indicator + // else add a visual error indicator $(".control-group", this.el).addClass('error') } },