Skip to content

Commit

Permalink
fix: marketplace compatibility (again)
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jul 10, 2020
1 parent 58a7910 commit 1070cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
var serviceCatalogEnabled = false;
var slinkyCategories;
var timers = [];
var formcreatorRootDoc = '<?php echo method_exists(Plugin::class, 'getWebDir') ? Plugin::getWebDir('formcreator') : 'plugins/formcreator' ?>';
var formcreatorRootDoc = rootDoc + '/<?php echo method_exists(Plugin::class, 'getWebDir') ? Plugin::getWebDir('formcreator', false) : 'plugins/formcreator' ?>';

// === COMMON ===

Expand Down

0 comments on commit 1070cb6

Please sign in to comment.