Browse Source

2.0.7.71

master
ming.hong 1 year ago
parent
commit
62da22c7d8
  1. 2
      Aida/python.html

2
Aida/python.html

@ -812,7 +812,7 @@
$grid.datagrid('insertRow', { $grid.datagrid('insertRow', {
index: 0, index: 0,
row: { row: {
filename: '<input type="text" class="new-file-name" placeholder="Enter new file name (must end with .py)">', filename: '<input type="text" class="new-file-name" placeholder="Only create .py">',
isNew: true isNew: true
} }
}); });

Loading…
Cancel
Save