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:
parent
3e9c23c676
commit
424c279e9e
@ -1373,7 +1373,7 @@ $(function() {
|
||||
original_price: original_price,
|
||||
amount: price,
|
||||
redeemed_hours: parseFloat($("#volunteer_hours").text()) || rh,
|
||||
description: $("#description").val(),
|
||||
description: escape($("#description").val()),
|
||||
sold_to: sold_to,
|
||||
sold_by: $("[name='sold_by']").val(),
|
||||
quantity: $("#quantity").val(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user