Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Make sure not to send a load_repository_info request if no user is lo…
Browse files Browse the repository at this point in the history
…gged (necessary for vision theme). Fix #617
  • Loading branch information
cdujeu committed Aug 6, 2014
1 parent a4467b3 commit cc6b65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/core.conf/standard_conf_actions.xml
Expand Up @@ -636,6 +636,7 @@
if(!$('ajxp_workspace_info_panel_content') || !$('ajxp_workspace_info_panel_content').visible()){
return;
}
if(!ajaxplorer.user) return;
var conn = new Connexion();
conn.setParameters({get_action:'load_repository_info'});
conn.onComplete = function(transport){
Expand Down

0 comments on commit cc6b65b

Please sign in to comment.