1
0
Files
coconut-leaf/src/static/js/page/home.js

14 lines
310 B
JavaScript
Raw Normal View History

2021-01-16 22:15:10 +08:00
$(document).ready(function() {
2021-01-19 22:20:11 +08:00
ccn_pages_currentPage = ccn_pages_enumPages.home;
2021-01-24 14:38:08 +08:00
// template process
ccn_template_Load();
// nav process
2021-01-16 22:15:10 +08:00
cnn_headerNav_Insert();
2021-01-19 22:20:11 +08:00
cnn_headerNav_BindEvents();
cnn_headerNav_LoggedRefresh();
// apply i18n
ccn_i18n_ApplyLanguage();
2021-01-16 22:15:10 +08:00
});