~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/js/tags-suggest.js

  • Committer: axino
  • Date: 2017-04-21 09:50:23 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: axino@canonical.com-20170421095023-9ovs9chcswvhibbe
Merge WP4.7.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
                        },
121
121
                        minLength: 2,
122
122
                        position: {
123
 
                                my: 'left top+2'
 
123
                                my: 'left top+2',
 
124
                                at: 'left bottom',
 
125
                                collision: 'none'
124
126
                        },
125
127
                        messages: {
126
128
                                noResults: window.uiAutocompleteL10n.noResults,