Hello, this version of Hya Wave is outdated. There's a completely new version here, which supports multi-track recording, splitting and exporting." ); // add a button modal.addFooterBtn( "Go to the new version", "tingle-btn tingle-btn--primary", function () { // here goes some logic window.location.replace("https://hya.io/wave"); } ); // add another button modal.addFooterBtn( "Use the old one", "tingle-btn tingle-btn--default", function () { // here goes some logic modal.close(); } ); // open modal modal.open();