Remove unneeded "ajax" class in example

This commit is contained in:
Graham Ullrich
2017-12-30 23:23:10 -07:00
parent e36299175b
commit 02524f641a

View File

@@ -117,7 +117,7 @@ trigger the "cancel" event handler. This simply removes from the DOM any element
found using the selector defined in the `data-cancel-closest` attribute:
```html
<a href="#" data-cancel-closest=".edit-form" class="btn btn-secondary ajax">
<a href="#" data-cancel-closest=".edit-form" class="btn btn-secondary">
Cancel
</a>
```