mirror of
https://github.com/unraid/webgui.git
synced 2026-05-24 15:19:55 -05:00
Merge pull request #868 from bergware/master
Show warning when javascript is disabled
This commit is contained in:
@@ -75,6 +75,10 @@ $notes = " <a href='#' title='"._('View Release Notes')."' onclick=\"openBo
|
||||
?>
|
||||
</style>
|
||||
|
||||
<noscript>
|
||||
<div class="upgrade_notice"><?=_("Your browser has JavaScript disabled")?></div>
|
||||
</noscript>
|
||||
|
||||
<script src="<?autov('/webGui/javascript/dynamix.js')?>"></script>
|
||||
<script src="<?autov('/webGui/javascript/translate.'.($locale?:'en_US').'.js')?>"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user