mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Fix notification popup for fresh installs
Fix docker setup by compiling php5-intl (#616)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
}
|
||||
|
||||
$.notifyDefaults({ placement: {
|
||||
align: '<?php echo $this->config->item('config_notify_horizontal_position'); ?>',
|
||||
from: '<?php echo $this->config->item('config_notify_vertical_position'); ?>'
|
||||
align: '<?php echo $this->config->item('notify_horizontal_position'); ?>',
|
||||
from: '<?php echo $this->config->item('notify_vertical_position'); ?>'
|
||||
}});
|
||||
|
||||
var post = $.post;
|
||||
|
||||
Reference in New Issue
Block a user