Skip to content

Instantly share code, notes, and snippets.

@samirahmed
Created April 4, 2014 02:02
Show Gist options
  • Save samirahmed/9966700 to your computer and use it in GitHub Desktop.
Save samirahmed/9966700 to your computer and use it in GitHub Desktop.
add this link to fix cross domain issues
@@ -42,7 +42,8 @@ function autocomplete() {
theme: 'facebook',
hintText: null,
searchingText: '...',
- preventDuplicate: true
+ preventDuplicate: true,
+ crossDomain: false
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment