forked from 0x2620/pandora
typo
This commit is contained in:
parent
971ef8d016
commit
76bf9a2bee
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ pandora.getEditTooltip = function(title) {
|
||||||
var $target = $(e.target);
|
var $target = $(e.target);
|
||||||
return (
|
return (
|
||||||
$target.is('a') || $target.parents('a').length
|
$target.is('a') || $target.parents('a').length
|
||||||
? 'Shift+doubleclick to edit' : 'Doubleclick to edit';
|
? 'Shift+doubleclick to edit' : 'Doubleclick to edit'
|
||||||
) + (title ? ' ' + title : '');
|
) + (title ? ' ' + title : '');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue