Fix notification popup for fresh installs

Fix docker setup by compiling php5-intl (#616)
This commit is contained in:
jekkos
2016-07-17 12:52:38 +02:00
parent a66868651b
commit 75db191baf
4 changed files with 13 additions and 11 deletions

View File

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