From 339a4426b1d48b0feb61761a37b294c02475718f Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 14 May 2014 18:42:20 +0200 Subject: [PATCH] [fix] Panel: portal url and variables. --- portal/assets/js/ynhpanel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/assets/js/ynhpanel.js b/portal/assets/js/ynhpanel.js index 1863580..566b4d4 100644 --- a/portal/assets/js/ynhpanel.js +++ b/portal/assets/js/ynhpanel.js @@ -132,7 +132,7 @@ domReady(function(){ // Create portal link var portal = document.createElement('a'); portal.setAttribute('id', 'ynhportal'); - portal.setAttribute('href', '/ynhsso/'); + portal.setAttribute('href', '/yunohost/sso/'); document.body.insertBefore(portal, null); // Create overlay element @@ -168,8 +168,8 @@ domReady(function(){ '
'+ '' + '' + '
' + '';