From f1303e9262029a9f0399865a1ce0d7ce7da91cc2 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 29 Oct 2008 05:50:03 +0000 Subject: [PATCH] Fix whitespace. --- group/clientlib.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/group/clientlib.js b/group/clientlib.js index f9d32af921..d1f77f9a0e 100644 --- a/group/clientlib.js +++ b/group/clientlib.js @@ -16,7 +16,7 @@ function UpdatableGroupsCombo(wwwRoot, courseId) { this.connectCallback = { success: function(o) { - if (o.responseText !== undefined) { + if (o.responseText !== undefined) { var groupsComboEl = document.getElementById("groups"); var membersComboEl = document.getElementById("members"); @@ -27,10 +27,10 @@ function UpdatableGroupsCombo(wwwRoot, courseId) { } } - if (groupsComboEl && o.responseText) { - var groups = eval("("+o.responseText+")"); + if (groupsComboEl && o.responseText) { + var groups = eval("("+o.responseText+")"); - // Populate the groups list box. + // Populate the groups list box. for (var i=0; i