diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-03-01 00:44:13 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-03-01 00:44:13 +0100 |
commit | 8e43000bfe0846c2dc9e06baeef2977fcb9f5084 (patch) | |
tree | 9ccb1fbb08875dde2a30e86e5b221ca8b7d7da48 /pyload/webui/themes/Flat/tml/pathchooser.html | |
parent | safe_join -> fs_join (diff) | |
download | pyload-8e43000bfe0846c2dc9e06baeef2977fcb9f5084.tar.xz |
.min.css -> .css
Diffstat (limited to 'pyload/webui/themes/Flat/tml/pathchooser.html')
-rw-r--r-- | pyload/webui/themes/Flat/tml/pathchooser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Flat/tml/pathchooser.html b/pyload/webui/themes/Flat/tml/pathchooser.html index 085da56fd..787292737 100644 --- a/pyload/webui/themes/Flat/tml/pathchooser.html +++ b/pyload/webui/themes/Flat/tml/pathchooser.html @@ -25,7 +25,7 @@ } </script> - <link rel="stylesheet" type="text/css" href="/css/pathchooser.min.css"/> + <link rel="stylesheet" type="text/css" href="/css/pathchooser.css"/> </head> <body{% if type == 'file' %}{% if not oldfile %} onload="setInvalid();"{% endif %}{% endif %}> <center> |