mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Do the redirect
This commit is contained in:
@@ -31,6 +31,7 @@ $(document).ready(function() {
|
||||
function(event, item){
|
||||
alert("User selected: " + item['name'] + "\n" +
|
||||
"Direct user to: " + item['page']);
|
||||
window.location = '/manual/' + getLanguage() + '/' + item['page'];
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user