change website

This commit is contained in:
Rene Haas
2022-11-12 12:07:19 +01:00
parent 9c1402f197
commit d43ddb328a
178 changed files with 1593 additions and 184 deletions
+19
View File
@@ -0,0 +1,19 @@
$(function(){
window._framework.buildPage({
defaultHash : 'overview'
});
/*
OverlayScrollbars($('#div')[0], {
nativeScrollbarsOverlaid : {
initialize: false
}
}).destroy();
OverlayScrollbars($('#text')[0], {
nativeScrollbarsOverlaid : {
initialize: false
}
}).destroy();
*/
});