Skip to content

Commit

Permalink
Bug 1143396: Do not cancel editable toolbar if already handled inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Mar 16, 2015
1 parent 8fb7388 commit 1801f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/base/static/js/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ var Pontoon = (function (my) {
function gotoEntityListOrNextEntity() {
// Go to entity list
if (!self.app.advanced && $("#editor").is('.opened')) {
$('#cancel').click();
$('#cancel').trigger('click', [{inplace: inplace}]);

// Go to next entity
} else {
Expand Down

0 comments on commit 1801f91

Please sign in to comment.