2
0
forked from Wavyzz/dolibarr

Fix use command standard @... to mark a change in official code

This commit is contained in:
Laurent Destailleur
2017-07-17 20:20:38 +02:00
parent 4582b54e91
commit e5ec0a785d
6 changed files with 9 additions and 9 deletions

View File

@@ -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