Skip to content

Commit 02bcc13

Browse files
authored
Update kritadoc.html
1 parent c8bc6d0 commit 02bcc13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugindevtools/PluginDevTools/kritadoc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
.codeBox {
4747
display: block;
4848
white-space: pre;
49-
background-color: #DDDDDD;
49+
background-color: #333;
5050
}
5151

5252
.methodReturn {
@@ -367,7 +367,7 @@ <h2 class="fileHeader" onclick="showClass(event.target)"><span class="fileName">
367367

368368
const matchMethod = subcontent.match(regexMethod);
369369
subcontent = subcontent.replace(regexMethod,'');
370-
console.log(subcontent, matchMethod);
370+
//console.log(subcontent, matchMethod);
371371

372372
if (matchMethod) {
373373

0 commit comments

Comments
 (0)