Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Commit a5277c2

Browse files
committed
Fix Logout link style
1 parent 643a192 commit a5277c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dissemin/skeleton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<ul class="dropdown-menu">
8181
<li><a href="{% url "edit-global-preferences" %}">{% trans "Preferences" %}</a></li>
8282
<li><a href="{% url "list_deposits" %}">{% trans "My deposits" %}</a></li>
83-
<li><a onclick="
83+
<li><a href="#" onclick="
8484
$.ajax({ url: 'https://{{ ORCID_BASE_DOMAIN }}/userStatus.json?logUserOut=true', dataType: 'jsonp',
8585
success: function(result,status,xhr) {
8686
window.location.href = '{% url "account_logout" %}';

0 commit comments

Comments
 (0)