Ignore:
Timestamp:
06/16/10 16:17:30 (14 years ago)
Author:
amuller
Message:

Ticket #1036 - Arrumando compactador de javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r2931 r2934  
    401401                                                . 'var ExpressoLivre = function ExpressoLivre( ) { return String( \'' . $expressolivre -> configuration( ) . '\' ); };' 
    402402                                                . 'keys = ['.$rsa->get_publKey().','.$rsa->get_mod().'];' 
    403                                                 . '</script>'; 
    404  
    405                                         $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'ckeditor', 'ckeditor', NULL, true ); 
     403                                                . '</script>' 
     404                                                . '<script src="' . $GLOBALS[ 'phpgw' ] ->  link( '/phpgwapi/js/ckeditor/ckeditor.js' ) . '"></script>'; 
     405 
    406406                                        $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'wz_dragdrop', 'wz_dragdrop', NULL, true ); 
    407407                                        $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'expressoAjax', 'expressoAjax', NULL, true ); 
Note: See TracChangeset for help on using the changeset viewer.