[dw-free] global_subtitle logic needs repair in Core
[commit: http://hg.dwscoalition.org/dw-free/rev/db130a259900]
http://bugs.dwscoalition.org/show_bug.cgi?id=1232
Back out http://hg.dwscoalition.org/dw-free/rev/6bbea26c812d Remove the
printing of the reading page title for now; being double-printed
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1232
Back out http://hg.dwscoalition.org/dw-free/rev/6bbea26c812d Remove the
printing of the reading page title for now; being double-printed
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r 184bda4c9784 -r db130a259900 bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Sun May 17 02:48:00 2009 +0000 +++ b/bin/upgrading/s2layers/core2.s2 Sun May 17 15:18:06 2009 +0800 @@ -2749,15 +2749,6 @@ function RecentPage::view_title() : stri function RecentPage::view_title() : string { return $*text_view_recent; } - -function FriendsPage::print_global_title() { - if ($.friends_title) { - """<h1 id="title"><span>""" + $.friends_title + """</span></h1>"""; - } -} -function FriendsPage::print_global_subtitle() { -} - function FriendsPage::view_title() : string { if ($.friends_mode == "") { if ($.filter_active) { --------------------------------------------------------------------------------