diff --git a/js/common.js b/js/common.js index 351a8ce93..1e20a43c2 100644 --- a/js/common.js +++ b/js/common.js @@ -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']; } ); });