Sidebar correction for themes AZURE and GRAY when using Firefox

This commit is contained in:
bergware
2017-09-12 15:24:22 +02:00
parent 9ed57bcf20
commit 254d63493d
3 changed files with 5 additions and 0 deletions
@@ -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*$/,