Dotclear


Ignore:
Timestamp:
12/07/16 13:10:37 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Move advanced and plugins blog’s prefs in two separate foldable sections, closes #2056

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_blog_pref.js

    r3227 r3444  
    3939     } 
    4040 
     41     // Hide advanced and plugins prefs sections 
     42     $('#advanced-pref h3').toggleWithLegend($('#advanced-pref').children().not('h3'),{ 
     43          legend_click: true, 
     44          user_pref: 'dcx_blog_pref_adv' 
     45     }); 
     46     $('#plugins-pref h3').toggleWithLegend($('#plugins-pref').children().not('h3'),{ 
     47          legend_click: true, 
     48          user_pref: 'dcx_blog_pref_plg' 
     49     }); 
    4150}); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map