Skip to content

Commit

Permalink
Удален лишний слеш
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Aug 21, 2014
1 parent 68fd80d commit 1a1e701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/install_gameap/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});
Expand Down

0 comments on commit 1a1e701

Please sign in to comment.