mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 18:00:30 +02:00
Fix for inline editing.
This commit is contained in:
@@ -203,7 +203,7 @@ $(document).ready(function()
|
||||
}
|
||||
else
|
||||
{
|
||||
$(this).empty();
|
||||
$(this).text(value);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user