Skip to content

Commit 6c3f8dc

Browse files
author
AZhurav1ev
committed
fixed next button custom name bug
1 parent 40b50f3 commit 6c3f8dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

enjoyhint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,8 +1421,8 @@
14211421
else {
14221422
distance = initial_distance;
14231423
ver_button_position = initial_ver_position;
1424-
that.$next_btn.html('Next');
1425-
that.$prev_btn.html('Previous');
1424+
// that.$next_btn.html('Next');
1425+
// that.$prev_btn.html('Previous');
14261426
}
14271427

14281428
that.$prev_btn.css({

enjoyhint.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jquery.enjoyhint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,8 @@ CanvasRenderingContext2D.prototype.roundRect = function(x, y, w, h, r) {
991991
else {
992992
distance = initial_distance;
993993
ver_button_position = initial_ver_position;
994-
that.$next_btn.html('Next');
995-
that.$prev_btn.html('Previous');
994+
// that.$next_btn.html('Next');
995+
// that.$prev_btn.html('Previous');
996996
}
997997

998998
that.$prev_btn.css({

0 commit comments

Comments
 (0)