Dotclear

Changeset 1603:4eaed8c3a1b6


Ignore:
Timestamp:
08/27/13 17:13:25 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Children:
1604:6ae94d237042, 1652:5ecf6159ccc5
Message:

Add infos for no-js class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/common.js

    r1597 r1603  
    327327-------------------------------------------------------- */ 
    328328$(function() { 
    329      // remove class no-js from html tag 
     329     // remove class no-js from html tag; cf style/default.css for examples 
    330330     $('body').removeClass('no-js'); 
     331 
     332     $('#wrapper').contents().each(function() { 
     333          if (this.nodeType==8) { 
     334               $('#footer a').attr('title', $('#footer a').attr('title') + this.data ); 
     335          } 
     336     }); 
    331337 
    332338     // Blog switcher 
Note: See TracChangeset for help on using the changeset viewer.

Sites map