How can I turn off grid by default.
In grid.js , tried setting values to toggle but it doen't work
(function grid() { //Code isolation
var toggle=1; //grid on by default
var msg = {
"type": "grid",
"id":"",
"toggle":toggle
};
..............
Also, can you please explain what's this is doing if($("#menu").width()>Tools.menu_width+3)return; in each tool?
How can I turn off grid by default.
In
grid.js, tried setting values to toggle but it doen't workAlso, can you please explain what's this is doing
if($("#menu").width()>Tools.menu_width+3)return;in each tool?