Dotclear

Changeset 1638:9a3c2618fa60


Ignore:
Timestamp:
08/30/13 20:33:00 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Children:
1646:6d5d3d97de1e, 1647:f4f60adff230, 1662:be1cbef7145c, 1712:236b6ebf66a5, 1894:e3ce13c99e0e
Message:

Fix issue 1513 : missing some fields

Location:
admin/js
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_index.js

    r1500 r1638  
    6666               }); 
    6767          } 
    68           $('#new_cat').toggleWithLegend( 
    69                $('#new_cat').parent().children().not('#new_cat'), 
    70                {} // no cookie on new category as we don't use this every day 
    71           ); 
     68          $('#new_cat').toggleWithLegend($('#new_cat').parent().children().not('#new_cat'), { 
     69               // no cookie on new category as we don't use this every day 
     70               legend_click: true 
     71          }); 
    7272     } 
    7373 
    7474     // allow to hide quick entry div, and remember choice 
    7575     $('#quick h3').toggleWithLegend($('#quick').children().not('h3'),{ 
     76          legend_click: true, 
    7677          cookie: 'dcx_quick_entry' 
    7778     }); 
  • admin/js/_post.js

    r1619 r1638  
    160160          $('#excerpt-area label').toggleWithLegend($('#excerpt-area').children().not('label'),{ 
    161161               cookie: 'dcx_post_excerpt', 
     162               legend_click: true, 
    162163               hide: $('#post_excerpt').val() == '' 
    163164          }); 
  • admin/js/_posts_actions.js

    r1419 r1638  
    11$(function() { 
    2      $('#new_auth_id').autocomplete(usersList,  
     2     $('#new_auth_id').autocomplete(usersList, 
    33     { 
    44          delay: 1000, 
     
    66          matchContains: true 
    77     }); 
    8      $('#new_cat').toggleWithLegend( 
    9           $('#new_cat').parent().children().not('#new_cat'), 
    10           {} // no cookie on new category as we don't use this every day 
    11      ); 
     8     $('#new_cat').toggleWithLegend($('#new_cat').parent().children().not('#new_cat'), { 
     9          // no cookie on new category as we don't use this every day 
     10          legend_click: true 
     11     }); 
    1212}); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map