javascript updates

This commit is contained in:
SJ
2013-02-17 10:35:51 +01:00
parent d09aee0eb4
commit 24bf7b2926
20 changed files with 34 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -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,