Version 0.3.3 - Add of links
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
@ -249,7 +249,11 @@ function createView(viewType) {
|
||||
}
|
||||
if(viewType == 'service') {
|
||||
|
||||
generateServiceView()
|
||||
generateServiceView()
|
||||
}
|
||||
if(viewType == "links") {
|
||||
|
||||
generateLinksView()
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user