mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
Fix adding harcode description.
This commit is contained in:
parent
39ff7622f3
commit
439b237caa
@ -505,8 +505,6 @@ public class MindmapController extends BaseController {
|
|||||||
|
|
||||||
if (description != null && !description.isEmpty()) {
|
if (description != null && !description.isEmpty()) {
|
||||||
mindmap.setDescription(description);
|
mindmap.setDescription(description);
|
||||||
} else {
|
|
||||||
mindmap.setDescription("description");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate ...
|
// Validate ...
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"short_name": "WiseMapping",
|
|
||||||
"name": "WiseMapping",
|
|
||||||
"icons": [{
|
|
||||||
"src": "favicon.ico",
|
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
|
||||||
"type": "image/x-icon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "favicon.png",
|
|
||||||
"type": "image/png",
|
|
||||||
"sizes": "1024x1024"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"start_url": ".",
|
|
||||||
"display": "standalone",
|
|
||||||
"theme_color": "#000000",
|
|
||||||
"background_color": "#ffffff"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user