Skip to content

Commit

Permalink
Revert "MDL-28284 don't load filepicker module for every page"
Browse files Browse the repository at this point in the history
This reverts commit 279a874.
  • Loading branch information
Sam Hemelryk committed Aug 3, 2011
1 parent 5d08b03 commit 4a45ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/outputrequirementslib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public function __construct() {
) )
); );
$this->add_yui2_modules(); // adds loading info for all YUI2 modules $this->add_yui2_modules(); // adds loading info for all YUI2 modules
$this->js_module($this->find_module('core_filepicker'));
$this->js_module($this->find_module('core_dock')); $this->js_module($this->find_module('core_dock'));


// YUI3 init code // YUI3 init code
Expand Down

0 comments on commit 4a45ddb

Please sign in to comment.