This commit is contained in:
parent
c43d23bd70
commit
ead09e7ee0
file
|
@ -256,9 +256,8 @@ func getIconSkin(filenameExtension string) string {
|
||||||
return "ico-ztree-text "
|
return "ico-ztree-text "
|
||||||
case ".properties":
|
case ".properties":
|
||||||
return "ico-ztree-pro "
|
return "ico-ztree-pro "
|
||||||
case ".html":
|
case ".htm":
|
||||||
case ".htm":
|
return "ico-ztree-html "
|
||||||
return "ico-ztree-html "
|
|
||||||
default:
|
default:
|
||||||
if isImg(filenameExtension) {
|
if isImg(filenameExtension) {
|
||||||
return "ico-ztree-img "
|
return "ico-ztree-img "
|
||||||
|
@ -266,7 +265,7 @@ func getIconSkin(filenameExtension string) string {
|
||||||
|
|
||||||
return "ico-ztree-" + filenameExtension[1:] + " "
|
return "ico-ztree-" + filenameExtension[1:] + " "
|
||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
func getEditorMode(filenameExtension string) string {
|
func getEditorMode(filenameExtension string) string {
|
||||||
|
|
Loading…
Reference in New Issue