diff --git a/js/interface_common.js b/js/interface_common.js index 490895d..66f1171 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -847,7 +847,7 @@ function fetchShortenedURI(req) { } function applyShortenedURI(short, long) { - var elems = $('.link-shortened[href="' + short + '"]') + var elems = getElem('.link-shortened[href="' + short + '"]') .attr('href', long) .removeClass('link-shortened') .off('click mouseup')