Skip to content

Commit

Permalink
Merge pull request #157 from tim-moody/fixes-3-13
Browse files Browse the repository at this point in the history
chromium needs older syntax
  • Loading branch information
tim-moody authored Mar 13, 2019
2 parents 6e0ee5b + 8c83c2c commit 0e48aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/console/files/js/js_menu_functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function procCurrentMenuUpdateSelectedLangs (list) { // automatically select any
try {
var lang = langCodesXRef[menuItemDefs[menu_item_name].lang];
}
catch {
catch (e){
lang = 'eng';
}

Expand Down

0 comments on commit 0e48aa6

Please sign in to comment.