Skip to content

Commit 7a8473e

Browse files
Fix unchecked disabled switch being in 'on' position upon initialization
1 parent 836a697 commit 7a8473e

File tree

4 files changed

+30
-22
lines changed

4 files changed

+30
-22
lines changed

dist/bootstrap-switch-button.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-switch-button.min.js.map

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/gitbrent/bootstrap-switch-button.git"
33+
"url": "https://github.com/matthew-banning/bootstrap-switch-button.git"
3434
},
3535
"keywords": [
3636
"bootstrap",
@@ -46,6 +46,6 @@
4646
"bootstrap-toggle"
4747
],
4848
"bugs": {
49-
"url": "https://github.com/gitbrent/bootstrap-switch-button/issues"
49+
"url": "https://github.com/matthew-banning/bootstrap-switch-button/issues"
5050
}
5151
}

0 commit comments

Comments
 (0)