Wrap all CSS/JS calls in autov()

This commit is contained in:
Larry Meaney
2018-09-03 12:57:44 -07:00
parent e55ea90f59
commit e731673099
15 changed files with 52 additions and 49 deletions
+1 -1
View File
@@ -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>