Commit 1cf47d60728e2aa99e0f7d8a9eb1f7f651aecfd4

Authored by Utkarsh Singh
1 parent 0df28721

Committing code refs: 16290

400-SOURCECODE/AIAHTML5.Web/libs/jquery/jquery_plugin/jsPanel/jspanel/jquery.jspanel.js
... ... @@ -1118,7 +1118,7 @@ var jsPanel = {
1118 1118 this.resizeContent(panel);
1119 1119 this.resizeTitle(panel);
1120 1120 }
1121   - alert('No change 1');
  1121 +
1122 1122 if ($('#canvasDiv') != null) {
1123 1123 $('#canvasDiv').css('height', $(window).outerHeight() - 120)
1124 1124 $('#leftToolBar').css('height', $(window).outerHeight() - 120)
... ...