Skip to content

Commit 4a47d13

Browse files
author
ken
committed
commit
1 parent a3f25f6 commit 4a47d13

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: contents/entries/entry0/entry.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ The Spacetime Operating Language
1818
style = "height:80px;width: 500px;font-size:20px;color:#00ff00;background-color:#000000;padding:10px;overflow:scroll"
1919
></textarea>
2020
<br>
21-
Evaluation
21+
Evaluation<br>
2222
<textarea id = "evaluation1" style = "height:200px;width: 500px;font-size:20px;color:#00ff00;background-color:#000000;padding:10px; overflow:scroll"></textarea>
2323
<br>
24-
Console
24+
Console<br>
2525
<textarea id = "console1" style = "height:200px;width: 500px;font-size:20px;color:#00ff00;background-color:#000000;padding:10px; overflow:scroll"></textarea>
2626

2727
You can try&nbsp;<font
2828
style = "color:#00ff00;background-color:#000000;">1(+(2))</font>&nbsp;instead of&nbsp;<font style = "color:#00ff00;background-color:#000000;">"Hello world"</font>&nbsp; .
2929

30+
31+
3032
##Foundation
3133
---
3234

Diff for: contents/entries/entry0/index.bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ var init = function()
16391639
.focusEnd();
16401640

16411641
evaluation();
1642-
}, 1000);
1642+
}, 2000);
16431643

16441644
$(document)
16451645
.on('input propertychange', '#input1', function()

Diff for: invoke/invoke.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
$('#streamDIV')
4646
.html(data2);
4747
$("body")
48-
.fadeIn();
48+
.fadeIn('fast');
4949
});
5050

5151

0 commit comments

Comments
 (0)