From 412fe40cbc3f7545b44ec629db99bd4d6608bb4c Mon Sep 17 00:00:00 2001 From: libasys Date: Wed, 19 Dec 2012 21:02:10 +0100 Subject: [PATCH] switch form full to min version widget.js --- oc454/apps/files_sharing_widget/widgetloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);