mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 18:00:30 +02:00
Menu-Manager rewrite complete, debug mode only.
This commit is contained in:
@@ -667,14 +667,7 @@ $(document).ready(function()
|
||||
$("#menu_iframe").attr("src",link);
|
||||
return false;
|
||||
});
|
||||
|
||||
$('#menu_iframe').load(function() {
|
||||
this.style.height = this.contentWindow.document.body.offsetHeight + 400 + 'px';
|
||||
|
||||
|
||||
// alert(this.style.height);
|
||||
// this.style.height = '100vh';
|
||||
});
|
||||
|
||||
|
||||
$("a.e-mm-selector").click(function(e){
|
||||
|
Reference in New Issue
Block a user