1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 02:52:20 -05:00

Fix issue showing 'unknown dir' when adding shows

https://github.com/SiCKRAGETV/sickrage-issues/issues/286
This commit is contained in:
Fernando 2015-01-10 17:38:36 -02:00
parent 8b84e4f4bc
commit 32da0199f2

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>