Skip to content

Commit

Permalink
Fix undefined this.proxy console error on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzwood committed Feb 1, 2025
1 parent c18f700 commit b0dbb40
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ public function render(): string
<script type="text/javascript" src="{$vxUrl}js/mgr/window.deltas.js" ></script>
<script type="text/javascript" src="{$vxUrl}js/mgr/grid.objects.js" ></script>
<script type="text/javascript" src="{$vxUrl}js/mgr/widgets/resources.widget.js" ></script>
<script type="text/javascript" src="{$vxUrl}js/mgr/index.js" ></script>
<script type="text/javascript" >
Ext.onReady(function() {
MODx.on('ready', function() {
{$langs}
VersionX.config = {$this->modx->toJSON($versionx->config)};
MODx.load({
Expand Down

0 comments on commit b0dbb40

Please sign in to comment.