mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 02:31:45 -05:00
Wrap all CSS/JS calls in autov()
This commit is contained in:
@@ -23,7 +23,7 @@ Code="f1e6"
|
||||
foreach (glob("/tmp/plugins/*.{plg,txt}", GLOB_NOSORT+GLOB_BRACE) as $entry) if (!file_exists("/var/log/plugins/".basename($entry))) @unlink($entry);
|
||||
$check = $notify['version'] ? 0 : 1;
|
||||
?>
|
||||
<link type="text/css" rel="stylesheet" href="/webGui/styles/jquery.filetree.css">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/webGui/styles/jquery.filetree.css')?>">
|
||||
<style>
|
||||
#plugin_tree{width:33%;height:200px;overflow-y:scroll}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user