We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13374f9 commit bd75f5aCopy full SHA for bd75f5a
js/redips-drag-min.js lib/redips-drag-min.jsjs/redips-drag-min.js renamed to lib/redips-drag-min.js
setup.php
@@ -145,7 +145,7 @@ function plugin_init_fields()
145
$PLUGIN_HOOKS['pre_item_purge']['fields']['Profile'] = ["PluginFieldsProfile", "deleteProfile"];
146
147
//load drag and drop javascript library on Package Interface
148
- $PLUGIN_HOOKS['add_javascript']['fields'][] = "js/redips-drag-min.js";
+ $PLUGIN_HOOKS['add_javascript']['fields'][] = "lib/redips-drag-min.js";
149
if (!$debug && file_exists(__DIR__ . '/js/drag-field-row.min.js')) {
150
$PLUGIN_HOOKS['add_javascript']['fields'][] = 'js/drag-field-row.min.js';
151
} else {
0 commit comments