Add public website to private repo

This commit is contained in:
Willem Dantuma
2023-08-31 09:57:49 +02:00
parent 7a7936c4ed
commit f93eaa667c
341 changed files with 23390 additions and 3 deletions

View 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();
});