spelling: extension
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
acb85feafb
commit
d6eb08dd89
2 changed files with 2 additions and 2 deletions
|
@ -1103,7 +1103,7 @@ Version 2019.03 (2019-03-22)
|
||||||
forumdirectory:
|
forumdirectory:
|
||||||
Fixed a theming issue with frio [rabuzarus]
|
Fixed a theming issue with frio [rabuzarus]
|
||||||
js_upload:
|
js_upload:
|
||||||
Fixed a missing extionsion index [nupplaphil]
|
Fixed a missing extension index [nupplaphil]
|
||||||
mailstream:
|
mailstream:
|
||||||
Fixed a curl issue [MrPetovan]
|
Fixed a curl issue [MrPetovan]
|
||||||
piwik:
|
piwik:
|
||||||
|
|
|
@ -211,7 +211,7 @@
|
||||||
/**
|
/**
|
||||||
* Get file extension lowercase
|
* Get file extension lowercase
|
||||||
* @param {String} file name
|
* @param {String} file name
|
||||||
* @return file extenstion
|
* @return file extension
|
||||||
*/
|
*/
|
||||||
function getExt(file){
|
function getExt(file){
|
||||||
return (-1 !== file.indexOf('.')) ? file.replace(/.*[.]/, '') : '';
|
return (-1 !== file.indexOf('.')) ? file.replace(/.*[.]/, '') : '';
|
||||||
|
|
Loading…
Reference in a new issue