Skip to content

Commit ad7ba6e

Browse files
committed
Undid gratuitous whitespace changes.
- Legacy-Id: 6286
1 parent 8e750a9 commit ad7ba6e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

static/js/agenda2.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434

3535
function setAgendaColor(color) {
36-
IETF.agendaPalette.hide();
37-
document.getElementById(IETF.agendaRow).className="bg"+color;
36+
IETF.agendaPalette.hide();
37+
document.getElementById(IETF.agendaRow).className="bg"+color;
3838
if (color == 'none') {
3939
YAHOO.util.Cookie.removeSub("ietf-agenda-colors", IETF.agendaRow);
4040
} else {
@@ -43,7 +43,7 @@ function setAgendaColor(color) {
4343
}
4444
}
4545
function createPalette() {
46-
IETF.agendaPalette = new YAHOO.widget.Overlay("ietf-agenda-palette", { constraintoviewport:true, visible:false } );
46+
IETF.agendaPalette = new YAHOO.widget.Overlay("ietf-agenda-palette", { constraintoviewport:true, visible:false } );
4747
var body = '<table class="ietf-agenda-palette"><tr><td colspan="4">Select a color for this line</td></tr>';
4848
var c = ['aqua', 'blue', 'fuchsia', 'gray', 'green', 'lime',
4949
'maroon', 'navy', 'olive', 'purple', 'red', 'silver',
@@ -55,7 +55,7 @@ function createPalette() {
5555
}
5656
body += '<tr><td class="bgnone" colspan="4"><a href="javascript:setAgendaColor(\'none\');">none</a></td></tr></table>';
5757
IETF.agendaPalette.setBody(body);
58-
IETF.agendaPalette.render(document.body);
58+
IETF.agendaPalette.render(document.body);
5959
}
6060
function pickAgendaColor(row, place) {
6161
if (!IETF.agendaPalette) {
@@ -67,7 +67,7 @@ function pickAgendaColor(row, place) {
6767
}
6868
function updateAgendaColors() {
6969
var colors = YAHOO.util.Cookie.getSubs("ietf-agenda-colors");
70-
for (var k in colors) {
70+
for (var k in colors) {
7171
document.getElementById(k).className="bg"+colors[k];
7272
}
7373
}

0 commit comments

Comments
 (0)