1
0
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:
Hannes Magnusson
2010-12-26 12:24:32 +00:00
parent 2378dc9d47
commit 7ea42d72c4

View File

@@ -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'];
}
);
});