1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Merge pull request #2390 from lonalore/inline

Fix for inline editing.
This commit is contained in:
Cameron
2017-02-07 05:46:51 -08:00
committed by GitHub

View File

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