Skip to content

Commit 8d836d2

Browse files
committed
Add name for button
1 parent 4e1078b commit 8d836d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/privates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ function renderPagination(wizard, options, state)
995995
if (options.enablePagination)
996996
{
997997
var pagination = "<{0} class=\"actions {1}\"><ul role=\"menu\" aria-label=\"{2}\">{3}</ul></{0}>",
998-
buttonTemplate = "<li><a href=\"#{0}\" role=\"menuitem\">{1}</a></li>",
998+
buttonTemplate = "<li><a id=\"button_{0}\" href=\"#{0}\" role=\"menuitem\">{1}</a></li>",
999999
buttons = "";
10001000

10011001
if (!options.forceMoveForward)
@@ -1240,4 +1240,4 @@ function validateArgument(argumentName, argumentValue)
12401240
{
12411241
throwError("The argument '{0}' is null or undefined.", argumentName);
12421242
}
1243-
}
1243+
}

0 commit comments

Comments
 (0)