From dda920dd58a344edda384e0902841a8c659ea2d6 Mon Sep 17 00:00:00 2001 From: Paolo Date: Wed, 2 Aug 2017 16:56:51 +0200 Subject: [PATCH] Fixed URL without double slashes --- application/views/system/udf.php | 2 +- content/udf.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/system/udf.php b/application/views/system/udf.php index 23def98ba..5fd1bd6d9 100644 --- a/application/views/system/udf.php +++ b/application/views/system/udf.php @@ -42,7 +42,7 @@ } } ?> -
+
diff --git a/content/udf.js.php b/content/udf.js.php index bfb0d14a7..2415476ae 100644 --- a/content/udf.js.php +++ b/content/udf.js.php @@ -32,6 +32,6 @@ function loadUDF(person_id, prestudent_id) if (udfIFrame != null && udfIFrame.getAttribute('src') == 'about:blank') { - udfIFrame.setAttribute('src', '/index.ci.php/system/UDF?person_id='+person_id+'&prestudent_id='+prestudent_id); + udfIFrame.setAttribute('src', 'index.ci.php/system/UDF?person_id='+person_id+'&prestudent_id='+prestudent_id); } } \ No newline at end of file