Disable animation for main menu

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-14 01:15:37 -03:00
parent acb5eec98b
commit d3107f2460
1 changed files with 5 additions and 5 deletions

View File

@ -466,10 +466,10 @@ angular
}
var pageWeight = {
walletHome: 10,
receive: 20,
send: 30,
history: 40,
walletHome: 0,
receive: 0,
send: 0,
history: 0,
preferences: 11,
preferencesColor: 12,
backup: 12,
@ -477,7 +477,7 @@ angular
preferencesUnit: 12,
preferencesAltCurrency: 12,
preferencesBwsUrl: 12,
add: 11,
add: 0,
create: 12,
join: 12,
import: 12,