Commit f162edb3 by NGUYEN HOANG SON

Merge branch 'feature/1.0_check_web_dev_50271' into feature/1.0_check_web_dev_50270

parents c71677bd f9c93ea2
...@@ -44,7 +44,7 @@ TEMPLATE.loadOperationSelect = function(elmentId) { ...@@ -44,7 +44,7 @@ TEMPLATE.loadOperationSelect = function(elmentId) {
}; };
/** Template load notification content*/ /** Template load notification content*/
TEMPLATE.loadOperationSelect = function(elmentId) { TEMPLATE.loadNotificationSelect = function(elmentId) {
$(elmentId).load("notification-content.html", function() { $(elmentId).load("notification-content.html", function() {
NotificationSelect.init(); NotificationSelect.init();
I18N.initi18n(); I18N.initi18n();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment