Ignore:
Timestamp:
Feb 25, 2009, 1:39:37 AM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
Branches:
master, debian, mac, no-cups, web
Children:
c283cb9
Parents:
8bcbc70e
git-author:
Edward Z. Yang <edwardzyang@…> (02/25/09 01:39:37)
git-committer:
Edward Z. Yang <edwardzyang@…> (02/25/09 01:39:37)
Message:

Implement with/without JavaScript? styling to eliminate flicker.
Signed-off-by: Edward Z. Yang <edwardzyang@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/master.html

    r0b8c868 rbed8e5d  
    1616
    1717<body py:match="body" py:attrs="select('@*')">
     18  <script type="text/javascript">
     19      document.body.className += ' has_js';
     20  </script>
    1821  <div class="wrapper">
    1922  ${header()}
Note: See TracChangeset for help on using the changeset viewer.