<div class="upload-form">
<input type="radio" id="dreams-radio" name="upload-type" value="dreams" onchange="selectUploadMethod()"/>
<label for="dreams-radio">Import a song using the <a href="/dreams-importer">Dreams Importer</a></label>
- </div>
+ </div>{#
<div class="upload-form">
<input type="radio" id="yt-radio" name="upload-type" value="yt" onchange="selectUploadMethod()"/>
<label for="yt-radio">Import a song from YouTube</label>
- </div>
+ </div>#}
<!-- Song Metadata -->
<div class="upload-form" id="song-file-container">
document.getElementById("fade-out-container").hidden = true;
}
+ {#
else if (document.getElementById("yt-radio").checked) {
// Show youtube import URL box
document.getElementById("song-url-container").hidden = false;
document.getElementById("fade-out-container").hidden = true;
}
+ #}
else if (document.getElementById("dreams-radio").checked) {
// Show dreams import URL box
document.getElementById("song-url-container").hidden = false;