Update 014-mailcow.js

master
André Peters 2019-04-29 19:43:30 +02:00 committed by GitHub
parent 5cc6f68928
commit b6607e090e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ $(document).ready(function() {
});
} else if ($(this).hasClass('btn')) {
$(this).attr("disabled", true);
} else if ($(this).attr('data-provide', 'slider')) {
} else if ($(this).attr('data-provide') == 'slider') {
$(this).slider("disable");
}
$(this).data("toggle", "tooltip");
@ -195,4 +195,4 @@ $(document).ready(function() {
})
});
})
});
});