1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-29 00:40:57 +01:00

Fix typo in upload message

This commit is contained in:
vrana 2013-02-27 11:22:32 -08:00
parent ed00e37f47
commit 68813d18e0

View file

@ -97,7 +97,7 @@ JX.behavior('aphront-drag-and-drop', function(config) {
} }
} else { } else {
status = JX.$H( status = JX.$H(
'Uploading <strong>' + parseInt(pending, 10) + '<strong> files...'); 'Uploading <strong>' + parseInt(pending, 10) + '</strong> files...');
} }
status = JX.$N( status = JX.$N(
'div', 'div',