mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 08:53:23 -05:00
Closes #63 with https://github.com/ro31337/jquery.ns-autogrow
This commit is contained in:
parent
6bda47b485
commit
914d15f98c
@ -45,6 +45,7 @@ function resetTimer()
|
|||||||
<script src="js/moment/moment.js"></script>
|
<script src="js/moment/moment.js"></script>
|
||||||
<script src="js/tabulator/dist/js/tabulator.min.js"></script>
|
<script src="js/tabulator/dist/js/tabulator.min.js"></script>
|
||||||
<script src="js/etherpad.js"></script>
|
<script src="js/etherpad.js"></script>
|
||||||
|
<script src="js/jquery.ns-autogrow/dist/jquery.ns-autogrow.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
@ -114,7 +114,6 @@ $(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (membership_ids) {
|
if (membership_ids) {
|
||||||
volunteer_ids = membership_ids.replace(/contact_id/g,"contacts.contact_id");
|
volunteer_ids = membership_ids.replace(/contact_id/g,"contacts.contact_id");
|
||||||
}
|
}
|
||||||
@ -798,6 +797,8 @@ $(function() {
|
|||||||
//var payment_type = $("input[name='payment_type']");
|
//var payment_type = $("input[name='payment_type']");
|
||||||
var amount = $("#amount");
|
var amount = $("#amount");
|
||||||
var description = $("#description");
|
var description = $("#description");
|
||||||
|
description.autogrow({flickering: false});
|
||||||
|
description.autogrow({flickering: false});
|
||||||
var quantity = $("#quantity");
|
var quantity = $("#quantity");
|
||||||
var date = $("#date");
|
var date = $("#date");
|
||||||
var shop_id = $("#shop_id").val();
|
var shop_id = $("#shop_id").val();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user