forked from extern/egroupware
Do not use opened //** pattern as it will mixed up with line numbers pattern in minifying debug mode
This commit is contained in:
parent
557adc4051
commit
cb2aa3399f
@ -134,7 +134,7 @@ var et2_toolbar = et2_DOMWidget.extend([et2_IInput],
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//** IMPORTANT TODO: This line needs to stay and be fixed with !toolbarDefault after the if condition
|
// ** IMPORTANT TODO: This line needs to stay and be fixed with !toolbarDefault after the if condition
|
||||||
// has been removed.
|
// has been removed.
|
||||||
this.set_prefered(_action.id, false/*!toolbarDefault*/);
|
this.set_prefered(_action.id, false/*!toolbarDefault*/);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user