Make WordPress Core


Ignore:
Timestamp:
01/12/2009 01:43:17 PM (17 years ago)
Author:
azaozz
Message:

Cleanup js files and prepare for concatenating, move most inline js to files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r10049 r10348  
    225225</div><!-- /wrap -->
    226226
    227 <script type="text/javascript">
    228 /* <![CDATA[ */
    229 (function($){
    230     $(document).ready(function(){
    231         $('#doaction, #doaction2').click(function(){
    232             if ( $('select[name^="action"]').val() == 'delete' ) {
    233                 var m = '<?php echo js_escape(__("You are about to delete the selected link categories.\n  'Cancel' to stop, 'OK' to delete.")); ?>';
    234                 return showNotice.warn(m);
    235             }
    236         });
    237     });
    238 })(jQuery);
    239 /* ]]> */
    240 </script>
    241 
    242227<?php inline_edit_term_row('edit-link-categories'); ?>
    243228<?php include('admin-footer.php'); ?>
Note: See TracChangeset for help on using the changeset viewer.