Changeset 3878:fd5264175804 for admin/js/common.js
- Timestamp:
- 09/17/18 16:46:35 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3870 r3878 173 173 $('<button type="button" class="details-cmd" aria-label="' + dotclear.img_plus_alt + '">' + dotclear.img_plus_txt + '</button>').click(function(e) { 174 174 toggleArrow(this); 175 callback(line );175 callback(line, '', e); 176 176 e.preventDefault(); 177 177 }).prependTo($(line).children().get(0)); // first td … … 182 182 lines.each(function() { 183 183 toggleArrow(this.firstChild.firstChild, action); 184 callback(this, action );184 callback(this, action, e); 185 185 }); 186 186 e.preventDefault();
Note: See TracChangeset
for help on using the changeset viewer.