diff --git a/js/common.js b/js/common.js index 6188eb91d..68ba35624 100644 --- a/js/common.js +++ b/js/common.js @@ -44,6 +44,6 @@ function http_s(url) //keylisteners $.each(['customers', 'items', 'reports', 'receivings', 'sales', 'employees', 'config', 'giftcards'], function(key, value) { $(window).jkey('f' + (key+1), function(){ - window.location = BASE_URL + '/' + value + ' /index'; + window.location = BASE_URL + '/' + value + '/index'; }); });