Skip to content

Commit fe731b1

Browse files
save file
1 parent 5d2d6c8 commit fe731b1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

utils/editors/html-editor/v2.0/html-editor-v2.0.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
console.log('html-editor-v2.0.html');
8585
console.log();
8686
console.json=v=>console.log(JSON.stringify(v,null,4));
87-
var df=true,version='v1.0'
87+
var df=true,did='html-editor',version='v1.0'
8888
;
8989

9090
var ace;
@@ -771,8 +771,14 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
771771
function debug(){
772772

773773
if(!df)return;
774+
774775
var str = [...arguments].join(' ');
775-
console.log('[ https-file ]',str);
776+
777+
console.groupCollapsed(`[ ${did} ]`,str);
778+
console.trace();
779+
console.groupEnd();
780+
781+
//console.log('[ https-file ]',str);
776782

777783
}//debug
778784

0 commit comments

Comments
 (0)