frontend update + fixes
This commit is contained in:
+1
-3
@@ -4,9 +4,7 @@ echo "-- Preparing WWW files --"
|
|||||||
|
|
||||||
[[ -e html ]] && rm -r html
|
[[ -e html ]] && rm -r html
|
||||||
|
|
||||||
cd front-end
|
ESP_PROD=1 front-end/build.sh
|
||||||
ESP_PROD=1 sh ./build.sh
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
echo "Copying from submodule..."
|
echo "Copying from submodule..."
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule front-end updated: 9db61f0c1a...b2174fc528
+1
-1
@@ -23,7 +23,7 @@ foreach ($pieces as $piece) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($argv[1]) {
|
if (isset($argv[1])) {
|
||||||
$key = $argv[1];
|
$key = $argv[1];
|
||||||
uasort($table, function($a, $b) use ($key) {
|
uasort($table, function($a, $b) use ($key) {
|
||||||
$av = $a[$key] ?? 0;
|
$av = $a[$key] ?? 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user