Commit b2e5240a authored by Phil Hughes's avatar Phil Hughes

Changed jQuery to be in single line

Removed un-required CSS
parent 6865c46c
......@@ -31,10 +31,7 @@
}
formSubmit() {
$(this).closest('form')
.trigger("submit.rails")
.end()
.disable();
$(this).closest('form').trigger("submit.rails").end().disable();
}
formSuccess() {
......
......@@ -5,8 +5,6 @@
.member {
.list-item-name {
float: none;
@media (min-width: $screen-sm-min) {
float: left;
width: 50%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment