Skip to content
Snippets Groups Projects
Commit e490c456 authored by echicken's avatar echicken
Browse files

Remove some, uh ... stuff.

parent ad566336
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ Synchronet Oneliners<br><br> ...@@ -20,7 +20,7 @@ Synchronet Oneliners<br><br>
<?xjs <?xjs
for(var line = Math.max(0, lines.length - 10); line < lines.length; line++) { for(var line = 0; line < lines.length; line++) {
var bg = (line %2 == 0) ? "#1C1C1C" : "#585858"; var bg = (line %2 == 0) ? "#1C1C1C" : "#585858";
var fg = (line %2 == 0) ? "#FFFFFF" : "#000000"; var fg = (line %2 == 0) ? "#FFFFFF" : "#000000";
write("<div style='width:100%;color:"+fg+";background-color:"+bg+";'>"); write("<div style='width:100%;color:"+fg+";background-color:"+bg+";'>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment