From: Janusz Dobrowolski Date: Tue, 17 Mar 2009 08:27:07 +0000 (+0000) Subject: Small syntax fix X-Git-Tag: v2.4.2~19^2~1479 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=421f94c8ad0b225c88bb3ca7ddeb6e513dc31050;p=fa-stable.git Small syntax fix --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ee0a7a95..c706648d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +17-Mar-2009 Janusz Dobrowolski +# Small syntax fix +$ /js/inserts.js + 16-Mar-2009 Janusz Dobrowolski + Support for default buttons with Ctrl-Enter/Escape hotkeys, arrow navigation in menus @@ -41,7 +45,7 @@ $ /includes/ui/ui_input.inc /sales/sales_order_entry.php ! SID & start_form() cleanup - /.htaccess +$ /.htaccess /access/logout.php /admin/attachments.php /admin/backups.php diff --git a/js/inserts.js b/js/inserts.js index 120c2ff2..8bc0a497 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -11,7 +11,7 @@ var _focus; var _hotkeys = { 'alt': false, // whether is the Alt key pressed - 'focus': -1, // currently selected indeks of document.links + 'focus': -1 // currently selected indeks of document.links }; function debug(msg) {