diff --git a/www/js/util.js b/www/js/util.js index 95afc6ca..f8b96804 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -1331,7 +1331,7 @@ function parseMediaLink(url) { }; } // Generic for the rest. - if ((m = url.match(/([a-z]{2}):([^\?&#]+)/)) { + if ((m = url.match(/([a-z]{2}):([^\?&#]+)/))) { return { id: m[2], type: m[1]