git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4727 a333f486-631f-4898-b8df-5754b55c2be0
@@ -246,9 +246,9 @@
if(levelActionsKeys.length > 1)
{
- // Retrieving secondary action
+ // Retrieving secondary action (Now we also display primary action)
var actionsButtons = {};
- for(j = 1; j < levelActionsKeys.length; j++)
+ for(j = 0; j < levelActionsKeys.length; j++)
actionsButtons[levelActionsKeys[j]] = levelActions[levelActionsKeys[j]];
}
@@ -108,9 +108,9 @@
// - Secondary actions
@@ -244,9 +244,9 @@