Confirmed users
51
edits
Line 252: | Line 252: | ||
If you just want to happily hack on pure UI (css and JS) you can safely run with OOP disabled and avoid those issues. | If you just want to happily hack on pure UI (css and JS) you can safely run with OOP disabled and avoid those issues. | ||
Change the line in build/settings.py | |||
"debug.oop.disabled": False, | |||
to | |||
"debug.oop.disabled": True, | |||
To the profile/user.js in your gaia directory. | To the profile/user.js in your gaia directory. |