mirror of
https://github.com/jorgevasquezp/AFX_yTools.git
synced 2026-08-16 15:30:59 +00:00
Removed some debgging alert() calls
This commit is contained in:
@@ -16,7 +16,7 @@ function YSetProjectTool()
|
||||
};
|
||||
this.init = function init()
|
||||
{
|
||||
alert("my name is:" + this.info.name);
|
||||
//alert("my name is:" + this.info.name);
|
||||
this.btnLauyout =
|
||||
"button\
|
||||
{\
|
||||
@@ -47,7 +47,7 @@ function YSetProjectTool()
|
||||
}
|
||||
this.ySetProject = function ySetProject()
|
||||
{
|
||||
alert("is this working");
|
||||
//alert("is this working");
|
||||
app.beginUndoGroup('ySetProject');
|
||||
var preStruct = ["01 MAIN","02 PComp","03 Source Layers" ,"04 Movies","05 Other Projects","06 Audio" , "07 Reference"];
|
||||
var newStruct = [];
|
||||
@@ -99,10 +99,6 @@ function YSetProjectTool()
|
||||
return this;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
function build_ySetProject_data_UI()
|
||||
{
|
||||
ySetProject_data.window = new Window ( ySetProject_data.res );
|
||||
|
||||
Reference in New Issue
Block a user