CDR: Fixed export function.
This commit is contained in:
parent
6a0465609f
commit
5109cc3520
|
|
@ -1409,8 +1409,6 @@
|
|||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
//display message bar via js
|
||||
function display_message(msg, mood, delay) {
|
||||
var mood = (typeof mood !== 'undefined') ? mood : 'default';
|
||||
|
|
@ -1431,6 +1429,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
//set response message, if any
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue