1
0
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:
lonalore
2017-02-07 09:57:50 +01:00
parent c05d9d9826
commit ac27faabcf

View File

@@ -203,7 +203,7 @@ $(document).ready(function()
} }
else else
{ {
$(this).empty(); $(this).text(value);
} }
} }
}); });