mirror of
https://github.com/friendica/friendica
synced 2025-04-26 04:30:11 +00:00
spelling: already
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ea0955c4e0
commit
980b4ec273
4 changed files with 4 additions and 4 deletions
|
@ -273,7 +273,7 @@
|
|||
* @returns {void}
|
||||
*/
|
||||
var processAttachmentTpl = function(data) {
|
||||
// Load and add the template if it isn't allready loaded.
|
||||
// Load and add the template if it isn't already loaded.
|
||||
if ($('#preview_' + id).length === 0) {
|
||||
var tpl = previewTpl.format(
|
||||
'type-' + data.type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue