1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +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
{
$(this).empty();
$(this).text(value);
}
}
});