Re3gistry/public_html/js-ecl-v2/app_init.js

24 lines
405 B
JavaScript
Raw Normal View History

2023-08-31 07:57:49 +00:00
"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();
});