mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
javascript updates
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -8,8 +8,8 @@ var Piler =
|
||||
|
||||
// legacy variable(s)
|
||||
expsrc: 0,
|
||||
health_refresh: 60,
|
||||
piler_ui_lang: 'en-GB', // TODO: it should be 'LANG' from config.php
|
||||
health_refresh: <?php print HEALTH_REFRESH; ?>,
|
||||
piler_ui_lang: '<?php LANG == 'en' ? print 'en-GB' : print LANG; ?>',
|
||||
prev_message_id: 0,
|
||||
pos: -1,
|
||||
|
Reference in New Issue
Block a user