Changed jQuery to be in single line

Removed un-required CSS
This commit is contained in:
Phil Hughes 2016-10-06 15:42:48 +01:00
parent 6865c46c66
commit b2e5240af3
2 changed files with 1 additions and 6 deletions

View File

@ -31,10 +31,7 @@
}
formSubmit() {
$(this).closest('form')
.trigger("submit.rails")
.end()
.disable();
$(this).closest('form').trigger("submit.rails").end().disable();
}
formSuccess() {

View File

@ -5,8 +5,6 @@
.member {
.list-item-name {
float: none;
@media (min-width: $screen-sm-min) {
float: left;
width: 50%;