|
|
@ -847,7 +847,7 @@ function fetchShortenedURI(req) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function applyShortenedURI(short, long) { |
|
|
|
function applyShortenedURI(short, long) { |
|
|
|
var elems = $('.link-shortened[href="' + short + '"]') |
|
|
|
var elems = getElem('.link-shortened[href="' + short + '"]') |
|
|
|
.attr('href', long) |
|
|
|
.attr('href', long) |
|
|
|
.removeClass('link-shortened') |
|
|
|
.removeClass('link-shortened') |
|
|
|
.off('click mouseup') |
|
|
|
.off('click mouseup') |
|
|
|