Skip to content

Turn off grid by deafult on start #7

Description

@sujeet-agrahari

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions