1
0
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:
Cameron
2017-01-02 19:13:48 -08:00
parent 9681816eb9
commit 9dd717cba8
5 changed files with 113 additions and 52 deletions

View File

@@ -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){