Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

how do i use this code snippet?

i found this on stack overflow about using a code snippet to fix opera mini mobile browser not loading javascript. The code is meant to temporarily fix the issue. Please where do i place it so it can work for the signup page.

if ( window.operamini ) {
$('input[type="text"]').unbind('focus');
} else {
$('#main_search').typeahead([etc]);

Comments

Sign In or Register to comment.