[dw-free] Entry settings unreadable in gradation when editing entries
[commit: http://hg.dwscoalition.org/dw-free/rev/ab3583bd35d8]
http://bugs.dwscoalition.org/show_bug.cgi?id=3101
Have the site scheme override the page CSS for editjournal, for the sake of
light-on-dark schemes
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3101
Have the site scheme override the page CSS for editjournal, for the sake of
light-on-dark schemes
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/editjournal.bml
-------------------------------------------------------------------------------- diff -r 61cf5913afad -r ab3583bd35d8 htdocs/editjournal.bml --- a/htdocs/editjournal.bml Sun Oct 03 23:25:08 2010 -0500 +++ b/htdocs/editjournal.bml Mon Oct 04 13:16:23 2010 +0800 @@ -36,7 +36,8 @@ body<= my $getextra; $getextra = "?authas=$GET{'authas'}" if $GET{'authas'}; - LJ::need_res('stc/entry.css', 'js/inputcomplete.js'); + LJ::need_res( { priority => $LJ::OLD_RES_PRIORITY }, 'stc/entry.css' ); + LJ::need_res( 'js/inputcomplete.js' ); # are they asking to be authed as someone else? my $authas = $GET{'authas'} || $remote->{'user'}; --------------------------------------------------------------------------------