Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b549e
)
MDL-21591 fixed regression in JS calls
author
Petr Skoda
<skodak@moodle.org>
Sun, 14 Feb 2010 08:56:57 +0000
(08:56 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sun, 14 Feb 2010 08:56:57 +0000
(08:56 +0000)
lib/outputrequirementslib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputrequirementslib.php
b/lib/outputrequirementslib.php
index
9a9c684
..
73e9b20
100644
(file)
--- a/
lib/outputrequirementslib.php
+++ b/
lib/outputrequirementslib.php
@@
-725,7
+725,7
@@
class page_requirements_manager {
$output = '';
if ($this->jscalls[$where]) {
foreach ($this->jscalls[$where] as $data) {
- $output = js_writer::function_call($data[0], $data[1], $data[2]);
+ $output
.
= js_writer::function_call($data[0], $data[1], $data[2]);
}
if (!empty($ondomready)) {
$output = " Y.on('domready', function() {\n$output\n });";