mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Closes #63 with https://github.com/ro31337/jquery.ns-autogrow
This commit is contained in:
+2
-1
@@ -114,7 +114,6 @@ $(function() {
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
if (membership_ids) {
|
||||
volunteer_ids = membership_ids.replace(/contact_id/g,"contacts.contact_id");
|
||||
}
|
||||
@@ -798,6 +797,8 @@ $(function() {
|
||||
//var payment_type = $("input[name='payment_type']");
|
||||
var amount = $("#amount");
|
||||
var description = $("#description");
|
||||
description.autogrow({flickering: false});
|
||||
description.autogrow({flickering: false});
|
||||
var quantity = $("#quantity");
|
||||
var date = $("#date");
|
||||
var shop_id = $("#shop_id").val();
|
||||
|
||||
Reference in New Issue
Block a user