Skip to content

Commit

Permalink
Bugfix: Properly detect if editor open when saving translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Mar 16, 2015
1 parent 1801f91 commit 411a59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/base/static/js/translate.js
Expand Up @@ -1243,7 +1243,7 @@ var Pontoon = (function (my) {
}

// Quit
if (!$("#editor").is('.opened')) {
if (!$("#editor:visible").is('.opened')) {
return;

// Go to next plural form
Expand Down

0 comments on commit 411a59e

Please sign in to comment.