1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-04 07:02:26 -05:00

Merge pull request #1318 from abeloin/patch-root_dir

Revert commit 32da0199f2
This commit is contained in:
Alexandre Beloin 2015-02-15 18:29:49 -05:00
commit eaca966feb

View File

@ -25,7 +25,3 @@
<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>