dashboard
repositories
filestore
activity
search
login
web
/
app-vorlage
Vorlage für Webapps
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Initialer commit
ulrich
2018-03-29
d3a2d98c08753fd0017b33ae1e243cdfaed588f2
[web/app-vorlage.git]
/
app.js
1
2
3
4
5
6
7
8
9
10
11
12
function AppVorlage() {
var self = this;
this.init = function() {
app_menu_init(
"data/menu/",
"hauptmenue.json",
"jslib/app-menu/app-menu.tpl",
".west",
"8em");
};
}