Skip to content

Commit ca1ab2b

Browse files
save file
1 parent bcf8664 commit ca1ab2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,10 @@
274274
*/
275275

276276

277-
btn.type = function(){
277+
btn.type = function(chk,id){
278278

279279
console.log(arguments);
280+
console.log(id);
280281

281282
}//type
282283

0 commit comments

Comments
 (0)