Commit 700d8e92 authored by abibave's avatar abibave

Disable alert coming during onload.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105127 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dd365efc
......@@ -1073,7 +1073,7 @@ public class ChartCreator
} catch (Exception e)
{
Window.alert(" Exception :: Build Final Graph component [" + e.getMessage() + "]");
CommonUtils.printOnConsole(" Exception :: Build Final Graph component [" + e.getMessage() + "]");
}
}
return graphJson;
......@@ -1412,7 +1412,7 @@ public class ChartCreator
} catch (Exception e)
{
Window.alert(" Exception :: Build Final Graph component [" + e.getMessage() + "]");
CommonUtils.printOnConsole(" Exception :: Build Final Graph component [" + e.getMessage() + "]");
}
}
......
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