Pierre Pulinckx (pipu)
Pierre Pulinckx (pipu)
In this commit, jQuery usages are replaced by native usages. Some of jQUery querySelector are replaced by Hoot querySelector. task~3600484 https://github.com/odoo/enterprise/pull/57953
In this commit : - Tour Compiler uses now Hoot selectors instead of jQuery selectors. - jQuery selectors from tours trigger (extra_trigger and others) have been so adapted to be...
In macro.js, the advance() function calls itself at its end. The advance() function allows you to search for the trigger of a step (if the function exists) and then call...
In this commit, we : - Remove redondant steps (multiple click on the same element) - Remove unuseful clicks (default action is now "nothing") - Impose checkDelay so that tours...
In macro.js, the advance() function calls itself at the end. The advance() function allows you to search for the trigger of a step and then call the run() function if...