mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Merge pull request #1178 from fernandog/patch-18
Fix issue showing 'unknown dir' when adding shows
This commit is contained in:
commit
fa3b1cb3cb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user