Preferences: Fix timezone selectors
[lhc/web/wiklou.git] / resources / src / mediawiki.special.preferences / timezone.js
index a6ffae9..f938bcf 100644 (file)
@@ -18,8 +18,8 @@
                                timezoneWidget = null;
                        }
                } else {
-                       $tzSelect = $( '#mw-input-wptimecorrection' );
-                       $tzTextbox = $( '#mw-input-wptimecorrection-other' );
+                       $tzSelect = $( '#wpTimeCorrection' );
+                       $tzTextbox = $( '#wpTimeCorrection-other' );
                }
 
                $localtimeHolder = $( '#wpLocalTime' );