mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +01:00
Fix use command standard @... to mark a change in official code
This commit is contained in:
@@ -60,7 +60,7 @@ if(jQuery) (function($){
|
||||
}
|
||||
|
||||
function bindTree(t) {
|
||||
/* DOL_CHANGE Replace LI A by LI A.jqft */
|
||||
/* @CHANGE Replace LI A by LI A.jqft */
|
||||
$(t).find('LI A.jqft').bind(o.folderEvent, function() {
|
||||
if( $(this).parent().hasClass('directory') ) {
|
||||
if( $(this).parent().hasClass('collapsed') ) {
|
||||
@@ -85,7 +85,7 @@ if(jQuery) (function($){
|
||||
return false;
|
||||
});
|
||||
// Prevent A from triggering the # on non-click events
|
||||
/* DOL_CHANGE Replace LI A by LI A.jqft */
|
||||
/* @CHANGE Replace LI A by LI A.jqft */
|
||||
if( o.folderEvent.toLowerCase != 'click' ) $(t).find('LI A.jqft').bind('click', function() { return false; });
|
||||
}
|
||||
// Loading message
|
||||
|
||||
Reference in New Issue
Block a user