wpLink: fix spinners selectors and add some throttling when searching with AJAX while the user is typing, fixes #27615

Built from https://develop.svn.wordpress.org/trunk@27900


git-svn-id: http://core.svn.wordpress.org/trunk@27731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-04-02 02:27:16 +00:00
parent c7eb5e7f1f
commit 08770f6b88
6 changed files with 16 additions and 7 deletions

View File

@@ -1212,6 +1212,7 @@ i.mce-i-hr:before {
#wp-link .river-waiting .spinner {
margin: 0 auto;
display: block;
float: none;
}
#wp-link .submitbox {

File diff suppressed because one or more lines are too long

View File

@@ -1212,6 +1212,7 @@ i.mce-i-hr:before {
#wp-link .river-waiting .spinner {
margin: 0 auto;
display: block;
float: none;
}
#wp-link .submitbox {

File diff suppressed because one or more lines are too long