Title: admin-bar.min.css Error in 3.6.1
Last modified: August 21, 2016

---

# admin-bar.min.css Error in 3.6.1

 *  [cogdog](https://wordpress.org/support/users/cogdog/)
 * (@cogdog)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/admin-barmincss-error-in-361/)
 * After update to 3.6.1 our site’s drop down menus are not working. In Chrome, 
   I am seeing an error in admin-bar.min.css?ver=3.6.1
 * `Uncaught Type Error: Object [Object object] has no method "on"`
 * Site [http://ds106.us/](http://ds106.us/)
 * It might be a conflict with the jQuery of the Salutation theme, since another
   site on this multisite install that uses a different menu system seems fine
 * [http://assignments.ds106.us/](http://assignments.ds106.us/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [cogdog](https://wordpress.org/support/users/cogdog/)
 * (@cogdog)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/admin-barmincss-error-in-361/#post-4122014)
 * Never mind, found the issue. The theme (Salutation) was trying to enqueue an 
   older version of jQuery, just commenting out the lines below solved issue. Theme
   designers, puleeeeeease, let WordPress handle the jQuery
 *     ```
       // jQuery
          wp_deregister_script( 'jquery' );
          wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js', array(), '1.6.2');
         wp_enqueue_script( 'jquery' );
       ```
   
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/admin-barmincss-error-in-361/#post-4122019)
 * +100
 * Flagging this up for the attention of the Themeforest admins.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘admin-bar.min.css Error in 3.6.1’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/admin-barmincss-error-in-361/#post-4122019)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
