Skip to content

Commit

Permalink
Fixed coloring rows: The js IETF object needs to exist for the code t…
Browse files Browse the repository at this point in the history
…o work. Fixes bug #1303. Commit ready to merge.

 - Legacy-Id: 7735
  • Loading branch information
rjsparks committed May 12, 2014
1 parent f92221a commit 6f20206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/js/agenda2.js
Expand Up @@ -32,6 +32,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

var IETF=[];

function setAgendaColor(color) {
IETF.agendaPalette.hide();
document.getElementById(IETF.agendaRow).className="bg"+color;
Expand Down

0 comments on commit 6f20206

Please sign in to comment.