1 parent a5d30ce commit b6ee8beCopy full SHA for b6ee8be
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -190,6 +190,7 @@
190
<div>
191
file :
192
</div>
193
+ <img id=icon src=''>
194
<div id=filename></div>
195
<div id=size></div>
196
@@ -276,6 +277,7 @@
276
277
var str = 'none';
278
if(cur.file){
279
str = cur.file.name;
280
+ $('#file-info #icon').src = file.icon;
281
}
282
$('#hdr #filename').textContent = str;
283
0 commit comments