diff --git a/oc454/apps/files_sharing_widget/widgetloader.php b/oc454/apps/files_sharing_widget/widgetloader.php index 9b65aed..cc8af3d 100644 --- a/oc454/apps/files_sharing_widget/widgetloader.php +++ b/oc454/apps/files_sharing_widget/widgetloader.php @@ -9,7 +9,7 @@ */ $cleanText='widgetloader.php'; $pathload=str_replace($cleanText,'',$_SERVER['REQUEST_URI']); -$pathload= webUrl().$pathload."js/widget.full.js"; +$pathload= webUrl().$pathload."js/widget.js"; //print $pathload; header ("Content-type: text/javascript"); readfile($pathload);