mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-19 19:32:52 -04:00
Fix module hotkeys
This commit is contained in:
@@ -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';
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user