Skip to content

Commit

Permalink
WordPress' jQuery file (1.6.1) doesn't work well in iOS browser. Use …
Browse files Browse the repository at this point in the history
…version 1.6.4 instead
  • Loading branch information
fikrirasyid committed Sep 26, 2011
1 parent 5bcc665 commit 51d16bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions.php
Expand Up @@ -35,6 +35,8 @@ function ess_stylesheets_scripts(){
wp_enqueue_style('ess-main');

// Adding scripts into wp_head()
wp_deregister_script('jquery');
wp_register_script( 'jquery', get_bloginfo('template_directory') . '/js/jquery-1.6.4.min.js', array(), false, false);
wp_enqueue_script('jquery');
}

Expand Down

0 comments on commit 51d16bf

Please sign in to comment.