Changeset 4007:d08f9c5e38db for plugins/aboutConfig
- Timestamp:
- 07/11/19 15:15:52 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/js/index.js
r3709 r4007 1 /*global $ */1 /*global $, dotclear */ 2 2 'use strict'; 3 3 … … 11 11 window.location = $('#ls_nav option:selected').val(); 12 12 }); 13 dotclear.responsiveCellHeaders(document.querySelector('table.settings'), 'table.settings', 0, true); 14 $('table.settings').addClass('rch rch-thead'); 13 15 });
Note: See TracChangeset
for help on using the changeset viewer.