1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Fixes #22 with escape()

This commit is contained in:
Jonathan Rosenbaum 2017-11-12 02:35:42 +00:00
parent 3e9c23c676
commit 424c279e9e

View File

@ -1373,7 +1373,7 @@ $(function() {
original_price: original_price, original_price: original_price,
amount: price, amount: price,
redeemed_hours: parseFloat($("#volunteer_hours").text()) || rh, redeemed_hours: parseFloat($("#volunteer_hours").text()) || rh,
description: $("#description").val(), description: escape($("#description").val()),
sold_to: sold_to, sold_to: sold_to,
sold_by: $("[name='sold_by']").val(), sold_by: $("[name='sold_by']").val(),
quantity: $("#quantity").val(), quantity: $("#quantity").val(),