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