Commit b5d6abc7 authored by cmahajan's avatar cmahajan

Update exception sop


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102684 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8e3649da
......@@ -332,7 +332,7 @@ public class CardBuilder
$wnd.createGridFrameContainer();
document.getElementById('frameContainer').innerHTML = "<iframe name='iframeContainer' scrolling='no' id='iframeContainer' width='100%' height='430' frameborder='0' src='iframeContainer.htm'></iframe>";
} catch (e) {
alert("Excpeiton :: GraphComponent : createChart [" + e.message+ "]");
alert("Excpeiton :: CardBuilder [" + e.message+ "]");
}
}-*/;
/*Added by Chetan mahajan For add dynamic div to existing chart container panel on 1-July-2016*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment