summaryrefslogtreecommitdiffstats
path: root/web/js/010-libphotofloat.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/010-libphotofloat.js')
-rw-r--r--web/js/010-libphotofloat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/010-libphotofloat.js b/web/js/010-libphotofloat.js
index 2a54813..a700705 100644
--- a/web/js/010-libphotofloat.js
+++ b/web/js/010-libphotofloat.js
@@ -47,7 +47,7 @@
PhotoFloat.trimExtension = function(name) {
var index = name.lastIndexOf(".");
if (index !== -1)
- return name.substring(0, index)
+ return name.substring(0, index);
return name;
};
PhotoFloat.cleanHash = function(hash) {