1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00
This commit is contained in:
Jonathan Rosenbaum 2018-03-21 21:44:15 +00:00
parent 6bda47b485
commit 914d15f98c
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@ function resetTimer()
<script src="js/moment/moment.js"></script>
<script src="js/tabulator/dist/js/tabulator.min.js"></script>
<script src="js/etherpad.js"></script>
<script src="js/jquery.ns-autogrow/dist/jquery.ns-autogrow.js"></script>
<script>
$(function() {

View File

@ -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();