Browse Source

fix los bracket

Roman Dayneko 11 years ago
parent
commit
2e8d752478
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/face/src/okey.erl

+ 1 - 1
apps/face/src/okey.erl

@@ -93,7 +93,7 @@ event(init) ->
       List -> List end,
     
     wf:update(games_ids,#dropdown{id = games_ids, value = ?GAMEID, options = 
-      [#option{label = wf:to_list(GameId), value = wf:to_list(GameId)} || GameId <- GamesIds]})),
+      [#option{label = wf:to_list(GameId), value = wf:to_list(GameId)} || GameId <- GamesIds]}),
     
     event(attach),
     event(join);