Skip to content

Commit c906f43

Browse files
committed
Fix ReferenceError in normalization.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 04fabfd commit c906f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/src/normalization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ function goToFinish1NF () {
131131
$('.tblFooters').html('');
132132
}
133133

134-
// eslint-disable-next-line no-unused-vars
135134
function goToStep4 () {
136135
$.post(
137136
'index.php?route=/normalization',
@@ -154,6 +153,7 @@ function goToStep4 () {
154153
}
155154
);
156155
}
156+
window.goToStep4 = goToStep4;
157157

158158
function goToStep3 () {
159159
$.post(

0 commit comments

Comments
 (0)