Skip to content

Commit 6f20206

Browse files
committed
Fixed coloring rows: The js IETF object needs to exist for the code to work. Fixes bug ietf-tools#1303. Commit ready to merge.
- Legacy-Id: 7735
1 parent f92221a commit 6f20206

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

static/js/agenda2.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3333
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434

35+
var IETF=[];
36+
3537
function setAgendaColor(color) {
3638
IETF.agendaPalette.hide();
3739
document.getElementById(IETF.agendaRow).className="bg"+color;

0 commit comments

Comments
 (0)