change name of alert url template parameter
This commit is contained in:
parent
ca42cb71b9
commit
02aaf46f2b
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<script>
|
||||
$(function(){
|
||||
$(".alert .close").click(function(event){
|
||||
$.get("{{url}}?action=dismiss&id="+$(this).data("id"));
|
||||
$.get("{{serviceUrl}}?action=dismiss&id="+$(this).data("id"));
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue