Skip to content
Snippets Groups Projects

[RTFixed] hotline#190091 : broken link on custom authentication page

All threads resolved!
Files
3
@@ -91,9 +91,7 @@ class Intonation_Library_Selection {
$js =
sprintf("event.preventDefault(); event.stopPropagation(); var url = $(this).attr('href'); var anchors = $('a[href=\'' + url + '\']'); $.ajax({type: 'GET', url: '%s', success: function(data) {if (data){return anchors.replaceWith(data.anchor);} return false;}});",
$url);
$popup = Class_Users::getIdentity()
? false
: $this->popupOnAuthenticateProfile();
$popup = !Class_Users::getIdentity() && $this->popupOnAuthenticateProfile();
return (new Intonation_Library_Link)
->setUrl($url)