Merge pull request #1178 from fernandog/patch-18

Fix issue showing 'unknown dir' when adding shows
This commit is contained in:
echel0n 2015-01-13 19:50:03 -08:00
commit fa3b1cb3cb
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@
<input class="btn" type="button" id="defaultRootDir" value="Set as Default *" />
</div>
<input type="text" style="display: none" id="rootDirText" />
<script type="text/javascript">
document.getElementById("rootDirs").selectedIndex = "0"
</script>