From cdf3122db2dee7003226997b2d5f65c6379a931d Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Wed, 16 Sep 2015 22:02:21 +0800 Subject: [PATCH 1/1] fix path error --- .../htdocs/{ => luci-static}/material/css/style.css | 0 .../htdocs/{ => luci-static}/material/favicon.ico | Bin .../htdocs/{ => luci-static}/material/fonts/font.eot | Bin .../htdocs/{ => luci-static}/material/fonts/font.svg | 0 .../htdocs/{ => luci-static}/material/fonts/font.ttf | Bin .../htdocs/{ => luci-static}/material/fonts/font.woff | Bin .../htdocs/{ => luci-static}/material/js/jquery.min.js | 0 .../htdocs/{ => luci-static}/material/js/script.js | 0 .../htdocs/{ => luci-static}/material/logo.png | Bin 9 files changed, 0 insertions(+), 0 deletions(-) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/css/style.css (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/favicon.ico (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/fonts/font.eot (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/fonts/font.svg (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/fonts/font.ttf (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/fonts/font.woff (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/js/jquery.min.js (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/js/script.js (100%) rename themes/luci-theme-material/htdocs/{ => luci-static}/material/logo.png (100%) diff --git a/themes/luci-theme-material/htdocs/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css similarity index 100% rename from themes/luci-theme-material/htdocs/material/css/style.css rename to themes/luci-theme-material/htdocs/luci-static/material/css/style.css diff --git a/themes/luci-theme-material/htdocs/material/favicon.ico b/themes/luci-theme-material/htdocs/luci-static/material/favicon.ico similarity index 100% rename from themes/luci-theme-material/htdocs/material/favicon.ico rename to themes/luci-theme-material/htdocs/luci-static/material/favicon.ico diff --git a/themes/luci-theme-material/htdocs/material/fonts/font.eot b/themes/luci-theme-material/htdocs/luci-static/material/fonts/font.eot similarity index 100% rename from themes/luci-theme-material/htdocs/material/fonts/font.eot rename to themes/luci-theme-material/htdocs/luci-static/material/fonts/font.eot diff --git a/themes/luci-theme-material/htdocs/material/fonts/font.svg b/themes/luci-theme-material/htdocs/luci-static/material/fonts/font.svg similarity index 100% rename from themes/luci-theme-material/htdocs/material/fonts/font.svg rename to themes/luci-theme-material/htdocs/luci-static/material/fonts/font.svg diff --git a/themes/luci-theme-material/htdocs/material/fonts/font.ttf b/themes/luci-theme-material/htdocs/luci-static/material/fonts/font.ttf similarity index 100% rename from themes/luci-theme-material/htdocs/material/fonts/font.ttf rename to themes/luci-theme-material/htdocs/luci-static/material/fonts/font.ttf diff --git a/themes/luci-theme-material/htdocs/material/fonts/font.woff b/themes/luci-theme-material/htdocs/luci-static/material/fonts/font.woff similarity index 100% rename from themes/luci-theme-material/htdocs/material/fonts/font.woff rename to themes/luci-theme-material/htdocs/luci-static/material/fonts/font.woff diff --git a/themes/luci-theme-material/htdocs/material/js/jquery.min.js b/themes/luci-theme-material/htdocs/luci-static/material/js/jquery.min.js similarity index 100% rename from themes/luci-theme-material/htdocs/material/js/jquery.min.js rename to themes/luci-theme-material/htdocs/luci-static/material/js/jquery.min.js diff --git a/themes/luci-theme-material/htdocs/material/js/script.js b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js similarity index 100% rename from themes/luci-theme-material/htdocs/material/js/script.js rename to themes/luci-theme-material/htdocs/luci-static/material/js/script.js diff --git a/themes/luci-theme-material/htdocs/material/logo.png b/themes/luci-theme-material/htdocs/luci-static/material/logo.png similarity index 100% rename from themes/luci-theme-material/htdocs/material/logo.png rename to themes/luci-theme-material/htdocs/luci-static/material/logo.png -- 2.11.0