@@ -1,7 +1,7 @@
$(document).ready(function () {
'use strict';
- $('#switcher h3')
+ $('#switcher')
.hover(
function () { $(this).addClass('hover'); },
function () { $(this).removeClass('hover'); })