' + '
' + '
';
+ }
+
}
res = '
' + getTranslation(c) + '
';
} else if (input) {
diff --git a/ScreeningMediaSelection/tools/refreshdata.php b/ScreeningMediaSelection/tools/refreshdata.php
index c4eb3d1..e4a4d48 100644
--- a/ScreeningMediaSelection/tools/refreshdata.php
+++ b/ScreeningMediaSelection/tools/refreshdata.php
@@ -3,7 +3,7 @@
require_once 'common.php';
$root = __DIR__ . '/../';
$js = $root . 'js/data.js';
-$xlsx = $root . '/_doc/ScreenMediaSelection-2.0.7-Draft.xlsx';
+$xlsx = $root . '/_doc/data.xlsx';
$data = postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file', ['dataorg' => 'excelToArray', 'format' => 'js']);
file_put_contents($js, $data);
header('Location: ../');
\ No newline at end of file