diff options
author | Camil Staps | 2015-02-11 21:22:24 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-11 21:22:24 +0100 |
commit | 830510c6c31c48fec4e08ef657f5fee17dbfbdcb (patch) | |
tree | 9561380bae06bebd1132fc93afb37bc4d350b6c9 /include/offers-overview.php | |
parent | Markup in readme allows for emphasis of bigger later versions (diff) |
Offers can be added without reloading the page
Diffstat (limited to 'include/offers-overview.php')
-rw-r--r-- | include/offers-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/offers-overview.php b/include/offers-overview.php index de8863c..566f387 100644 --- a/include/offers-overview.php +++ b/include/offers-overview.php @@ -108,7 +108,7 @@ <div class="panel-heading">Create new</div> <div class="panel-body"> <form role="form" id="newOffer" action='<?=constants::url_external?>offers/new' method="post" class="bootstrapValidator ajaxify" - data-ajaxify-options='{"success":"newOfferSuccess","error":"newOfferError","beforeSubmit":"newOfferBeforeSubmit","clearForm":true}'> + data-ajaxify-options='{"success":"newOfferSuccess","error":"newOfferError","beforeSubmit":"newOfferBeforeSubmit"}'> <div class="ajaxify-response alert alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button><span class="ajaxify-response-text"></span></div> <div class="form-group"> <label>Contact:</label> |