Add public website to private repo
This commit is contained in:
23
public_html/js-ecl-v2/app_init.js
Normal file
23
public_html/js-ecl-v2/app_init.js
Normal file
@@ -0,0 +1,23 @@
|
||||
"use strict";
|
||||
|
||||
/// *** App initialization scripts ***///
|
||||
|
||||
// ** Events handlers ** //
|
||||
|
||||
// ** Ready init handlers ** //
|
||||
$(document).ready(function () {
|
||||
|
||||
// Processing the URI
|
||||
processUri();
|
||||
|
||||
//Fill langauge selector on init
|
||||
fillLanguageTable();
|
||||
|
||||
// Initialization of the localization system
|
||||
initLocalization();
|
||||
|
||||
// Binding common events
|
||||
bindCommonEvents();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user