Minor fixes to HTML markup. (#2274)

call_flow_edit.php
- fix: <script> tag output before html headers
This commit is contained in:
jebsolutions
2016-12-27 10:06:30 -07:00
committed by FusionPBX
parent f40f37bebb
commit 273a69fc50
4 changed files with 6 additions and 4 deletions
+1
View File
@@ -310,6 +310,7 @@
$recordings = $prep_statement->fetchAll(PDO::FETCH_ASSOC);
if (if_group("superadmin")) {
require_once "resources/header.php";
echo "<script>\n";
echo "var Objs;\n";
echo "\n";