(Bug 15627) Other Expiry field isn't hidden if dropdown chosen but page reloaded
authorMatt Johnston <mattj@users.mediawiki.org>
Sun, 21 Sep 2008 19:59:29 +0000 (19:59 +0000)
committerMatt Johnston <mattj@users.mediawiki.org>
Sun, 21 Sep 2008 19:59:29 +0000 (19:59 +0000)
skins/common/block.js

index 78ae3bf..6f7be0c 100644 (file)
@@ -1,3 +1,5 @@
+addOnloadHook(considerChangingExpiryFocus);
+
 function considerChangingExpiryFocus() {
        if (!document.getElementById) {
                return;