jQuery('#comments-holder').html( "

To post a comment, please login.

Please enter your login details below:

 
 
  Warning: Caps Lock is on.
 
 

Problem with your login? Try these options.

Forgot Password   or   Reset Your Session

 
 
Sign up for a login.
Become A Member
" );document.querySelector("#comments-changer").innerHTML = "";window.history.pushState( '{"fd-ajax":"1","noCache":"1","run":"populate_comments","comment_direction":"DESC","comment_page":0,"i_perpage":25,"comment_module_extra":"","back":1}' , "ROYAL NEW ZEALAND BALLET LEAPS FORWARD INTO 2021 - comment page 0", "/royal new zealand ballet leaps forward into 2021?noCache=1&run=populate_comments" ); grabCSS("/js/jquery-addons/rlightbox/css/jquery-ui-1.9.1.custom.css"); grabCSS("/js/jquery-addons/rlightbox/css/lightbox.css"); cachedScript("/js/jquery-addons/rlightbox/jquery.ui.rlightbox.min.js").then(() => { document.querySelectorAll(".lb_gallery-item").forEach(el => { if (typeof el.rlightbox === "function") { el.rlightbox(); } }); }).catch(error => { console.error("rlightbox script failed to load:", error); }); let el_form = document.querySelector("#right-panel .login-form .row"); if (el_form) { el_form.classList.remove("row"); let colElement = el_form.querySelector(".col-1"); if (colElement) colElement.remove(); el_form.children.forEach(child => child.setAttribute("class", "")); } var pswdExists = document.getElementById("pswd"); if ( pswdExists ) { pswd.addEventListener("focusout", function(event) { document.querySelector("#capsWarning").style.display = "none"; } ); pswd.addEventListener( "focusin", function( event ) { var caps = test_caps ( event, "capsWarning" ); } ) ; pswd.addEventListener( "keydown", function( event ) { var caps = test_caps ( event, "capsWarning" ); } ) ; }