diff --git a/city.php b/city.php index 0428f66..ef062b7 100644 --- a/city.php +++ b/city.php @@ -57,24 +57,12 @@ function can_i_move() function move_to_inside($room = 0, $roomname = 'неизвестное место') { db::c()->query('UPDATE `users`,`online` SET `users`.`room` = ?i,`online`.`room` = ?i WHERE `online`.`id` = `users`.`id` AND `online`.`id` = ?i', $room, $room, $_SESSION['uid']); -?> - - - - - - - - function cityg() { - location.href = 'city.php'; - } - setTimeout('cityg', 5000); - -


- Переходим на $roomname... - "); + +
+ Переходим на $roomname... + "); } /** diff --git a/i/ajax-loader.gif b/i/ajax-loader.gif index 351a5a0..ee9e756 100644 Binary files a/i/ajax-loader.gif and b/i/ajax-loader.gif differ