Skip to content

Commit e38bf37

Browse files
committed
fix: removed data- from attributes
1 parent d114348 commit e38bf37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test_files/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<body class="padding-20px">
2626

2727

28-
<button data-backup_type="import" id="import_btn">Import</button>
28+
<button actions="export" template_id="datatable">Import</button>
2929

30-
<button data-backup_type="export" id="export_btn">Export</button>
30+
<button actions="import" collection="" pass_id="datatable">Export</button>
3131

3232
<script>
3333
var config = {

test_files/test2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<body class="padding-20px">
1717

1818

19-
<button data-backup_type="import" id="import_btn">Import</button>
19+
<button actions="export" template_id="datatable">Import</button>
2020

21-
<button data-backup_type="export" id="export_btn">Export</button>
21+
<button actions="import" collection="" pass_id="datatable">Export</button>
2222

2323
<script>
2424
var config = {

0 commit comments

Comments
 (0)