This commit is contained in:
Abdulrahman
2019-02-25 18:55:34 +03:00
parent a4f96df4d9
commit 5de8351c08
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ $(function () {
<IF NAME="go_to==start">
if(typeof arrayOfDataMulti !== 'undefined') {
$('#chart_stats').jqBarGraph({
data: arrayOfDataMulti,
colors: ['#0275d8', '#d9534f'],
@@ -48,6 +49,7 @@ $(function () {
width: $('#chart_stats').width
});
document.getElementById("chart_stats").style.height = "251px";
}
</IF>

View File

@@ -79,7 +79,7 @@ $config_values[] = array('enable_captcha', '1', '<label>{lang.YES}<input type=\"
// System settings [ invisible configs ]
$config_values[] = array('thmb_dims', '100*100', '', 0, 0, 0);
$config_values[] = array('style', 'default', '', 0, '0', 0, 0);
$config_values[] = array('style', 'bootstrap', '', 0, '0', 0, 0);
$config_values[] = array('new_version', '', '', 0, 0, 0);
$config_values[] = array('db_version', LAST_DB_VERSION, '', 0, 0, 0);
$config_values[] = array('last_online_time_update', time(), '', 0, 0, 1);