diff options
author | callum <none@none> | 2011-05-13 17:08:43 -0700 |
---|---|---|
committer | callum <none@none> | 2011-05-13 17:08:43 -0700 |
commit | e4a9704d4157151442accca1116ad70f7f63ae95 (patch) | |
tree | ef0e12e2d4e98474dfba34d55bb28277cc9d571c /indra/newview/app_settings | |
parent | 9ccf7557acbc59de128ea11012b02456134e17f5 (diff) |
EXP-676 FIX As a web developer, I want to access information about the current state of the SL client, such as avatar location
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index e6c2dc4413..8ecfccf727 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -708,6 +708,17 @@ <key>Value</key> <integer>0</integer> </map> + <key>BrowserEnableJSObject</key> + <map> + <key>Comment</key> + <string>Enable or disable the viewer to Javascript bridge object.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>0</integer> + </map> <key>BlockAvatarAppearanceMessages</key> <map> <key>Comment</key> |