mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
UIUX : Giff UX Doc : add experiment ux ajax input feedback (#33661)
* New experiment Tooltip freeze * fix tooltip ception * clean * New giff experimental input feedback * New giff experimental input feedback --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -42,7 +42,8 @@ $langs->load('uxdocumentation');
|
||||
$documentation = new Documentation($db);
|
||||
$group = 'ExperimentalUx';
|
||||
|
||||
$experimentAssetsPath = 'admin/tools/ui/experimental/experiments/freeze-tooltip/assets/';
|
||||
$experimentAssetsPath = $documentation->baseUrl . '/experimental/experiments/freeze-tooltip/assets/';
|
||||
|
||||
$js = [
|
||||
$experimentAssetsPath . 'freeze-by-alt-keypress.js'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user