From 8c1f30039bcf9b35b8b4eafb91c97952f1f834be Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Sat, 30 Mar 2019 10:08:20 -0400 Subject: [PATCH] Css: Change css jump-to class from 'mw-navigation' to 'mw-head' [#394] --- 400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java | 2 +- 400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java index 2de535b6d..a9925f242 100644 --- a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java +++ b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr.java @@ -204,7 +204,7 @@ public class Xow_portal_mgr implements Gfo_invk { // TODO: use "vector-jumptosearch", but need to update language.gfs files private static final Bry_fmtr Div_jump_to_fmtr = Bry_fmtr.new_(String_.Concat ( "\n
" // NOTE:class=mw-jump is for backward compatibility - , "\n ~{jumpto}~{jumptonavigation}" + , "\n ~{jumpto}~{jumptonavigation}" , "\n ~{jumpto}~{jumptosearch}" , "\n
" // NOTE: is for backward compatibility; current MW places right after jump-to-nav ), "jumpto", "jumptonavigation", "jumptosearch"); diff --git a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java index 5cb4b3fcb..51a08a946 100644 --- a/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java +++ b/400_xowa/src/gplx/xowa/htmls/portal/Xow_portal_mgr_tst.java @@ -50,7 +50,7 @@ public class Xow_portal_mgr_tst { Gftest.Eq__ary__lines(String_.Concat_lines_nl ( "" , "
" - , " Jump to:navigation" + , " Jump to:navigation" , " Jump to:search" , "
" ), fxt.Portal_mgr().Div_jump_to());