|
@@ -1,8 +1,8 @@
|
|
|
$(function () {
|
|
|
- $(".dropdown").mouseover(function () {
|
|
|
+ $(".navbar .dropdown").mouseover(function () {
|
|
|
$(this).addClass("open");
|
|
|
});
|
|
|
- $(".dropdown").mouseleave(function(){
|
|
|
+ $(".navbar .dropdown").mouseleave(function(){
|
|
|
$(this).removeClass("open");
|
|
|
})
|
|
|
$(".headSignout").click(function(){
|