Skip to content

Commit

Permalink
switch form full to min version widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
libasys committed Dec 19, 2012
1 parent 1349e14 commit 412fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc454/apps/files_sharing_widget/widgetloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 412fe40

Please sign in to comment.