mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge branch 'test' of https://github.com/urbit/urbit into test
This commit is contained in:
commit
ac44d6f9d0
@ -42,7 +42,7 @@ Commands
|
||||
|
||||
For A or B, to log in to X's tictactoe:
|
||||
|
||||
+~X/tictactoe
|
||||
+~X/
|
||||
|
||||
To log out:
|
||||
|
||||
|
@ -37,7 +37,7 @@ $(function() {
|
||||
$('#user .as').text(symb[lett.indexOf(who)+1])
|
||||
}
|
||||
|
||||
urb.appl = 'octo'
|
||||
urb.appl = 'tictactoe'
|
||||
urb.bind('/octo/web', function(err,res) {
|
||||
if(which == null) { assign(res.data.who) }
|
||||
draw(res.data)
|
||||
|
Loading…
Reference in New Issue
Block a user