diff --git a/web/js/010-libphotofloat.js b/web/js/010-libphotofloat.js index 7a3ced0..f716ca7 100644 --- a/web/js/010-libphotofloat.js +++ b/web/js/010-libphotofloat.js @@ -145,6 +145,8 @@ hash = hash.substring(1); else if (hash[0] === "/") hash = hash.substring(1); + else if (hash.substring(0, 3) === "%21") + hash = hash.substring(3); else if (hash[hash.length - 1] === "/") hash = hash.substring(0, hash.length - 1); else