diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-20 20:36:50 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-20 20:36:50 -0500 |
commit | 0c07d3a143463e669ca3d715289af465b6e5e9c6 (patch) | |
tree | cd75fe93042ee6454b9e1e9799fcf867a85b8d6c /common/content/bindings.xml | |
parent | bc9e8794e5a08f10f4852aff7eadd689444f458d (diff) | |
download | pentadactyl-0c07d3a143463e669ca3d715289af465b6e5e9c6.tar.gz |
Fix hints with content scripting disabled.
Diffstat (limited to 'common/content/bindings.xml')
-rw-r--r-- | common/content/bindings.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/content/bindings.xml b/common/content/bindings.xml index 3f9d2c11..8b95165b 100644 --- a/common/content/bindings.xml +++ b/common/content/bindings.xml @@ -14,11 +14,6 @@ </binding> <binding id="hints" inheritstyle="false"> - <implementation> - <field name="hints"> - document.getAnonymousElementByAttribute(this, "anonid", "hints"); - </field> - </implementation> <content> <html:div anonid="hints"/> </content> |