We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc6d0 commit 02bcc13Copy full SHA for 02bcc13
plugindevtools/PluginDevTools/kritadoc.html
@@ -46,7 +46,7 @@
46
.codeBox {
47
display: block;
48
white-space: pre;
49
- background-color: #DDDDDD;
+ background-color: #333;
50
}
51
52
.methodReturn {
@@ -367,7 +367,7 @@ <h2 class="fileHeader" onclick="showClass(event.target)"><span class="fileName">
367
368
const matchMethod = subcontent.match(regexMethod);
369
subcontent = subcontent.replace(regexMethod,'');
370
- console.log(subcontent, matchMethod);
+ //console.log(subcontent, matchMethod);
371
372
if (matchMethod) {
373
0 commit comments