From 74415ccadeb5e6627875a7abc09ea987c12adb53 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 16 Mar 2006 23:41:37 +0000 Subject: [PATCH] * (bug 5236) Load wikibits.js before site-customized javascript --- RELEASE-NOTES | 1 + skins/MonoBook.php | 2 +- skins/MonoBook.tpl | 2 +- skins/disabled/HTMLDump.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4e64a8b0ac..4aecab8139 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -692,6 +692,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 5270) Fix broken linktrail for br, cv, fr, hr, nn, oc, ta, wa * Add a clickable contribs link in user tool links (rc, watchlist, diff view) to see how people like it. (There was one in the old hacked-up diff view.) +* (bug 5236) Load wikibits.js before site-customized javascript === Caveats === diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 82027097fc..72b6006ccc 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -65,10 +65,10 @@ class MonoBookTemplate extends QuickTemplate { + data['jsvarurl' ]) { ?> - data['pagecss' ]) { ?> - {if jsvarurl {}} + {if jsvarurl {}} {if pagecss {}} {usercss} {sitecss} diff --git a/skins/disabled/HTMLDump.php b/skins/disabled/HTMLDump.php index 792f4a65ea..20ec01e386 100644 --- a/skins/disabled/HTMLDump.php +++ b/skins/disabled/HTMLDump.php @@ -114,11 +114,11 @@ class HTMLDumpTemplate extends QuickTemplate { - data['jsvarurl' ]) { ?> + data['jsvarurl' ]) { ?> data['pagecss' ]) { ?> data['usercss' ]) { ?> data['userjs' ]) { ?> -- 2.20.1