@@ -60,6 +60,10 @@ showEventDescriptions = -> |
||
| 60 | 60 |
$(".event-descriptions").html("").hide()
|
| 61 | 61 |
|
| 62 | 62 |
$(document).ready -> |
| 63 |
+ $('.navbar .dropdown.dropdown-hover').hover \
|
|
| 64 |
+ -> $(this).addClass('open'),
|
|
| 65 |
+ -> $(this).removeClass('open')
|
|
| 66 |
+ |
|
| 63 | 67 |
# JSON Editor |
| 64 | 68 |
window.jsonEditor = setupJsonEditor()[0] |
| 65 | 69 |
|