From 1a1e701a46593a76ff3ae365af06264d22cb324b Mon Sep 17 00:00:00 2001 From: ET-NiK Date: Thu, 21 Aug 2014 18:20:45 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D1=81=D0=BB=D0=B5=D1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/install_gameap/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/install_gameap/install.php b/upload/install_gameap/install.php index 05315cf1..985c7e94 100644 --- a/upload/install_gameap/install.php +++ b/upload/install_gameap/install.php @@ -74,7 +74,7 @@ $(document).ready(function() { $("select[name=\'language\']").change(function() { language = $("select[name=\'language\']").val(); - $("a#link").attr("href", "' . site_url('install/page/start/') . '/" + language); + $("a#link").attr("href", "' . site_url('install/page/start') . '/" + language); }); });