Dotclear


Ignore:
Timestamp:
08/21/13 00:04:50 (11 years ago)
Author:
Denis Jean-Christian <contact@…>
Branch:
2.5
Message:

Add missing javascript for new category on quickpost, fixes #1569

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_index.js

    r1418 r1500  
    3333                    post_status: status, 
    3434                    post_format: $('#post_format',f).val(), 
    35                     post_lang: $('#post_lang',f).val() 
     35                    post_lang: $('#post_lang',f).val(), 
     36                    new_cat_title: $('#new_cat_title',f).val(), 
     37                    new_cat_parent: $('#new_cat_parent',f).val() 
    3638               } 
    3739 
     
    5658                              contentTb.syncContents('textarea'); 
    5759                         } 
     60                         $('#cat_id',f).val('0'); 
     61                         $('#new_cat_title',f).val(''); 
     62                         $('#new_cat_parent',f).val('0'); 
    5863                    } 
    5964 
Note: See TracChangeset for help on using the changeset viewer.

Sites map