Changeset 1798:bf891b7f0d44 for admin/js
- Timestamp:
- 09/11/13 21:57:15 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1789 r1798 346 346 $(function() { 347 347 // remove class no-js from html tag; cf style/default.css for examples 348 $('body').removeClass('no-js'); 349 $('body').addClass('with-js'); 350 348 $('body').removeClass('no-js').addClass('with-js'); 349 351 350 $('#wrapper').contents().each(function() { 352 351 if (this.nodeType==8) {
Note: See TracChangeset
for help on using the changeset viewer.