• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2505 (tree)
Time2023-01-26 14:55:45
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjWeb/src/main/webapp/view/js/csv/import.js (revision 2504)
+++ trunk/framework/pjWeb/src/main/webapp/view/js/csv/import.js (revision 2505)
@@ -1,6 +1,6 @@
11 $(function() {
22 $('#datalabel').text($('#datatype').children(':selected').text());
3- $('input.checkAll').click(function() {$(this).closest('table').find('input:checkbox[name=Ignore]').attr('checked', this.checked);});
3+ $('input.checkAll').click(function() {$(this).closest('table').find('input[type=checkbox][name=Ignore]').attr('checked', this.checked);});
44 $('button.import').click(function() {
55 var len1 = $('#dataFile').text().length;
66 var len2 = $('#importFile').val().length;