fix error

This commit is contained in:
chiu 2020-04-11 17:30:26 +08:00
parent e25594cc98
commit 2f615dfbaa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<%= render :partial=> "approval_modal" %>
<script type="text/javascript">
$(function{
$(function(){
var modal = $("#approvalModal");
$(document).on("click", ".approval_button",function(){
var url = $(this).attr("href");