Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -73,6 +73,10 @@ |
74 | 74 | |
75 | 75 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script> |
76 | 76 | <?php if($this->data['jsvarurl' ]) { ?> |
| 77 | + |
| 78 | + <!-- Head Scripts --> |
| 79 | +<?php $this->html('headscripts') ?> |
| 80 | + |
77 | 81 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"><!-- site js --></script> |
78 | 82 | <?php } ?> |
79 | 83 | <?php if($this->data['pagecss' ]) { ?> |
— | — | @@ -88,8 +92,6 @@ |
89 | 93 | <script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script> |
90 | 94 | <?php } |
91 | 95 | if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?> |
92 | | - <!-- Head Scripts --> |
93 | | -<?php $this->html('headscripts') ?> |
94 | 96 | </head> |
95 | 97 | <body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?> |
96 | 98 | <?php if($this->data['body_onload' ]) { ?>onload="<?php $this->text('body_onload') ?>"<?php } ?> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -240,6 +240,8 @@ |
241 | 241 | equivalent to a whitelisted title |
242 | 242 | * Don't use garbled parser cache output when viewing custom CSS or JavaScript |
243 | 243 | pages |
| 244 | +* (bug 10184) Site CSS/JS should be included after that added dynamically (e.g. |
| 245 | + by extensions) |
244 | 246 | |
245 | 247 | == API changes since 1.10 == |
246 | 248 | |