Changed jQuery to be in single line
Removed un-required CSS
This commit is contained in:
parent
6865c46c66
commit
b2e5240af3
2 changed files with 1 additions and 6 deletions
|
@ -31,10 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
formSubmit() {
|
formSubmit() {
|
||||||
$(this).closest('form')
|
$(this).closest('form').trigger("submit.rails").end().disable();
|
||||||
.trigger("submit.rails")
|
|
||||||
.end()
|
|
||||||
.disable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
formSuccess() {
|
formSuccess() {
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
.member {
|
.member {
|
||||||
.list-item-name {
|
.list-item-name {
|
||||||
float: none;
|
|
||||||
|
|
||||||
@media (min-width: $screen-sm-min) {
|
@media (min-width: $screen-sm-min) {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
Loading…
Reference in a new issue