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

View File

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