fix page scroll down, #108655
This commit is contained in:
parent
7bbcc73ae8
commit
831fbf4e0f
@ -3,9 +3,9 @@
|
||||
$(document).ready(function() {
|
||||
// get the Drupal basepath
|
||||
var basePath = Drupal.settings.simplemenu.basePath;
|
||||
|
||||
|
||||
// insert extra <br /> so menu doesn't overlap theme
|
||||
$('<ul id="simplemenu" class="clear-block"></ul>').prependTo('body').slideDown(400);
|
||||
$('<ul id="simplemenu" class="clear-block"></ul>').prependTo('body');
|
||||
|
||||
// Drupal menu callback
|
||||
$('#simplemenu').load(basePath + 'simplemenu/menu', function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user