3333// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434
3535function 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}
4545function 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}
6060function pickAgendaColor ( row , place ) {
6161 if ( ! IETF . agendaPalette ) {
@@ -67,7 +67,7 @@ function pickAgendaColor(row, place) {
6767}
6868function 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