mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 10:08:25 -05:00
Sidebar correction for themes AZURE and GRAY when using Firefox
This commit is contained in:
@@ -402,6 +402,9 @@ echo " <a href='http://lime-technology.com/wiki/index.php/Official_Documentation
|
||||
echo "</span></div>";
|
||||
?>
|
||||
<script>
|
||||
// Firefox specific workaround
|
||||
if (typeof InstallTrigger!=='undefined') $('#nav-block').addClass('mozilla');
|
||||
|
||||
function parseINI(data){
|
||||
var regex = {
|
||||
section: /^\s*\[\s*\"*([^\]]*)\s*\"*\]\s*$/,
|
||||
|
||||
Reference in New Issue
Block a user