CDR: Fixed export function.

This commit is contained in:
reliberate 2016-04-07 14:48:12 -06:00
parent 6a0465609f
commit 5109cc3520
1 changed files with 19 additions and 20 deletions

View File

@ -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