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

Commit

Permalink
Set pydio global variable from within AjaXplorer class, not only Boot…
Browse files Browse the repository at this point in the history
…strap (skip updating bootstrap)
  • Loading branch information
cdujeu committed Feb 25, 2015
1 parent 33f01aa commit 2e6cf3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Large diffs are not rendered by default.

Expand Up @@ -44,6 +44,7 @@ Class.create("Ajaxplorer", {
this._resourcesRegistry = {};
this._guiComponentsConfigs = new Hash();
this.appTitle = ajxpBootstrap.parameters.get("customWording").title || "Pydio";
window.pydio = this;
},

/**
Expand Down

0 comments on commit 2e6cf3f

Please sign in to comment.