2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Remove trailing spaces in file xCAT-UI/js/custom/customUtils.js

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent ffa9aafaa7
commit 0e48263aa8

View File

@ -796,4 +796,4 @@ function selectAll4Table(event, obj) {
var status = obj.attr('checked');
tableObj.find(' :checkbox').attr('checked', status);
event.stopPropagation();
}
}