From 901fd5065b01a4791eac56551fd6e51591d9242d Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 19 Mar 2015 10:01:39 +0100 Subject: [PATCH] Fix js paths. --- main/newscorm/lp_view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php index a5a37975c4..fa56d42782 100755 --- a/main/newscorm/lp_view.php +++ b/main/newscorm/lp_view.php @@ -532,8 +532,8 @@ if ($is_allowed_to_edit) { { load: [ { type:"script", id:"_fr1", src:""}, - { type:"script", id:"_fr4", src:"javascript/jquery-ui/smoothness/jquery-ui-1.8.21.custom.min.js"}, - { type:"stylesheet", id:"_fr5", src:"javascript/jquery-ui/smoothness/jquery-ui-1.8.21.custom.css"}, + { type:"script", id:"_fr4", src:""}, + { type:"stylesheet", id:"_fr5", src:""}, { type:"script", id:"_fr2", src:"javascript/jquery.highlight.js"} ]} );