|
@@ -54,12 +54,6 @@
|
|
|
editParent.toggleClass('edit');
|
|
|
if(editParent.is('.edit')) {
|
|
|
editParent.siblings('.edit').removeClass('edit');
|
|
|
- if(editParent.find('[contenteditable]').length) {
|
|
|
- editParent.find('[contenteditable]').first().focus();
|
|
|
- }
|
|
|
- else {
|
|
|
- editParent.find('textarea:visible').first().focus();
|
|
|
- }
|
|
|
}
|
|
|
return false;
|
|
|
});
|