Skip to content

Commit 19071dd

Browse files
committed
Update toggle icon
1 parent 67f0e4f commit 19071dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

issues/337.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ <h1>Custom fontawsome icons(<a href="https://github.com/wenzhixin/bootstrap-tabl
3535
<script>
3636
window.icons = {
3737
refresh: 'fa-refresh',
38-
toggle: 'fa-toggle-on',
38+
toggleOn: 'fa-toggle-on',
39+
toggleOff: 'fa-toggle-on',
3940
columns: 'fa-th-list'
4041
};
4142
</script>
4243
</body>
43-
</html>
44+
</html>

0 commit comments

Comments
 (0)