Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 11, 2025
1 parent e3f1645 commit 34261f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/src/js/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jxn_my_third_function = function() {
jaxon.dom.ready(function() {

jaxon.processCustomAttrs();
jaxon.labels && jaxon.labels({"confirm":{"yes":"Yes","no":"No"}});

});

Expand Down
1 change: 0 additions & 1 deletion tests/src/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jxn_my_third_function = function() {
jaxon.dom.ready(function() {

jaxon.processCustomAttrs();
jaxon.labels && jaxon.labels({"confirm":{"yes":"Yes","no":"No"}});

});

Expand Down

0 comments on commit 34261f0

Please sign in to comment.