Skip to content
Snippets Groups Projects
Commit 8ba50099 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

last fix didn't work... trying new fix

parent 3d536763
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,8 @@ body {
.slogan {
color: #7E7E7E;
margin-top: 0.5em;
}
\ No newline at end of file
}
.dropdown-backdrop{
position: static;
}
......@@ -151,22 +151,6 @@
<tocTopMax>4</tocTopMax>
</wiki-home>
</pages>
<endContent>
<script>
!function ($) {
$(function(){
// Fix for dropdowns on mobile devices
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e)
{
e.stopPropagation();
});
$(document).on('click','.dropdown-menu a',function(){
document.location = $(this).attr('href');
});
})
}(window.jQuery)
</script>
</endContent>
</reflowSkin>
</custom>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment