fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-04 05:16 am

[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 [personal profile] fu.

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'};
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org