Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent error when resizing outer layout. Thank you John!
  • Loading branch information
torinfo committed Mar 10, 2015
1 parent 47a6b2c commit 843b0c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions website_code/scripts/screen_display.js
Expand Up @@ -484,7 +484,6 @@ function setupMainLayout()
initClosed: false,
fxName: "drop",
fxSpeed: "normal",
onresize_end: "resizeLayout",
slidable: false,
fxSettings: { easing: "" } // remove default
},
Expand Down Expand Up @@ -616,11 +615,6 @@ function setupMainLayout()

}

function resizeLayout()
{
$("body").layout("resizeAll");
$("#workspace_layout").layout("resizeAll");
}

function getIcon(nodetype)
{
Expand Down

0 comments on commit 843b0c1

Please sign in to comment.