~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/js/media.dev.js

  • Committer: Chris Jones
  • Date: 2010-01-19 13:17:33 UTC
  • Revision ID: cmsj@tenshu.net-20100119131733-rf31jv9k1v0xzo2h
[CJ] Import wordpress 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                                _ajax_nonce: $('#_ajax_nonce').val()
32
32
                        };
33
33
 
34
 
                        if ( $('#find-posts-pages:checked').val() ) {
 
34
                        if ( $('#find-posts-pages').is(':checked') ) {
35
35
                                post['pages'] = 1;
36
36
                        } else {
37
37
                                post['posts'] = 1;