I'm navigating back and forth in my application and I get this error a number of times.
It comes from default.js file.
function button1Click(x,y,rowz,cols) {
document.getElementById("circlecanvas").width = x;
What should I do to prevent this error.
I'm using RC.