fix disable video options

This commit is contained in:
Matias Alejo Garcia 2014-06-27 17:09:12 -03:00
commit fd6a2c19b2
3 changed files with 3 additions and 4 deletions

View file

@ -118,6 +118,6 @@ var defaultConfig = {
// theme list
themes: ['default'],
disableVideo: 1,
disableVideo: true,
verbose: 1,
};