Bug Fix: Check Box List script
Migrate from .attr() to .prop() as per: http://api.jquery.com/prop/
This commit is contained in:
@@ -344,6 +344,11 @@ a:hover {
|
||||
a:active {
|
||||
color: #335a87;
|
||||
}
|
||||
a[disabled] {
|
||||
color: #696969;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
}
|
||||
a.button {
|
||||
display: inline-block;
|
||||
padding: 4px 10px;
|
||||
|
||||
Reference in New Issue
Block a user