Skip to content

Commit

Permalink
UPDATE UPDATE UDPATE
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed May 25, 2014
1 parent b2e0e35 commit 36548bd
Show file tree
Hide file tree
Showing 13 changed files with 320 additions and 329 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
MOS
===

The Monochrome Operating System, virus free since 1990.
Moss is green. MOS is green.
You can visually connect windows with data pipes.
Hack servers with 1337 sk111z and the Monochrome Operating System, virus free since 1990.

It's also this game where you hack suff. FYIBTWBRBBMWBBQBBcodeBBgunBBBBbbbBbbB.
####

Moss is green and MOS is green.
6 changes: 3 additions & 3 deletions cursors/pointer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions icons/?.svg

This file was deleted.

16 changes: 8 additions & 8 deletions icons/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions icons/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions icons/mail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions icons/mospad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions icons/terminal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions icons/text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions mos.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<link rel="stylesheet" href="reset.css"/>
<link rel="stylesheet" href="mosgui.css"/>
<link rel="stylesheet" href="mos.css"/>
<!--
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAkklEQVQ4T2NkoBAwYtFvBhSrAmJ/NLmNQH4bEJ9CFkc3YAMWjeh2gAwKgAkiG0CMZpg+uCEwA0DOPklicJiDvAMzANN2UChEQY1cBvU9qg1gV8AM+I8iB9LciuaeaqyGMGI34ApQsTaaAVeBfB0MT9LKADK8QHEgUhyNoNAhJSGB1IMjgJykjKKP6pmJxNTMwAAA72UkEYzPzYUAAAAASUVORK5CYII=">
-->
<link rel="icon" type="image/png" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
Expand Down
2 changes: 1 addition & 1 deletion mos.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function Icon(ob, $parent){
if(o.cmd==="worldmap"){
o.$img.src=worldMapIconURI;
}else{
o.$img.src="icons/"+((o.type=="link"&&o.cmd&&o.cmd.match(/^[\w\-]+$/))?o.cmd:o.type)+"";
o.$img.src="icons/"+((o.type=="link"&&o.cmd&&o.cmd.match(/^[\w\-]+$/))?o.cmd:o.type)+(o.cmd==="monochromium"?".png":".svg");
}
o.$img.draggable=false;

Expand Down
Loading

0 comments on commit 36548bd

Please sign in to comment.