mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user