diff options
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r-- | themes/luci-theme-material/ucode/template/themes/material/footer.ut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/ucode/template/themes/material/footer.ut b/themes/luci-theme-material/ucode/template/themes/material/footer.ut index f0225e7329..8b3c7f728b 100644 --- a/themes/luci-theme-material/ucode/template/themes/material/footer.ut +++ b/themes/luci-theme-material/ucode/template/themes/material/footer.ut @@ -26,7 +26,7 @@ </div> </div> - <script type="text/javascript">L.require('menu-material')</script> + <script>L.require('menu-material')</script> </body> </html> |