Skip to content

Commit 4ad044c

Browse files
authored
Merge branch 'develop' into enhancement/stored-id-handling-phase-2
2 parents e26c018 + 71ab2d8 commit 4ad044c

3 files changed

Lines changed: 3321 additions & 3135 deletions

File tree

assets/js/admin-pull.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if ( chooseConnection && choosePostType && form ) {
3939
jQuery( searchBtn ).on( 'click', ( event ) => {
4040
event.preventDefault();
4141

42-
const search = searchField.value;
42+
const search = encodeURIComponent( searchField.value );
4343

4444
document.location = `${ getURL() }&s=${ search }`;
4545

0 commit comments

Comments
 (0)