diff --git a/ASTROBOT/VOEUX.refresh.sh b/ASTROBOT/VOEUX.refresh.sh index 8a98e3ec..4bfa61f3 100755 --- a/ASTROBOT/VOEUX.refresh.sh +++ b/ASTROBOT/VOEUX.refresh.sh @@ -170,14 +170,7 @@ do dragElement: \$('#locations'), locations: locations }); - - \$(document).ready(function() { - selectExample('locations'); - - \$('#example').change(function() { - selectExample(\$(this).val()); - }); - }); + }; " >> ~/.zen/tmp/world.js cat ~/.zen/tmp/world.js diff --git a/tools/Connect_PLAYER_To_Gchange.sh b/tools/Connect_PLAYER_To_Gchange.sh index 2e4edf9b..413c0e67 100755 --- a/tools/Connect_PLAYER_To_Gchange.sh +++ b/tools/Connect_PLAYER_To_Gchange.sh @@ -196,7 +196,7 @@ do try=$(cat ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try 2>/dev/null) || try=0 [[ $try > 2 && ( $try < 30 || $try > 31 ) ]] \ && echo "${liking_me} TOO MANY TRY ( $try )" \ - && ((try++)) && echo $try > ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try + && ((try++)) && echo $try > ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try \ && continue #### TODO RECUP ANNONCES Gchange ADD TO TW