fix error
This commit is contained in:
parent
e25594cc98
commit
2f615dfbaa
|
@ -9,7 +9,7 @@
|
||||||
<%= render :partial=> "approval_modal" %>
|
<%= render :partial=> "approval_modal" %>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function{
|
$(function(){
|
||||||
var modal = $("#approvalModal");
|
var modal = $("#approvalModal");
|
||||||
$(document).on("click", ".approval_button",function(){
|
$(document).on("click", ".approval_button",function(){
|
||||||
var url = $(this).attr("href");
|
var url = $(this).attr("href");
|
||||||
|
|
Loading…
Reference in New Issue