1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 06:25:45 +01:00

Fix hints with content scripting disabled.

This commit is contained in:
Kris Maglione
2010-12-20 20:36:50 -05:00
parent bc9e8794e5
commit 0c07d3a143
2 changed files with 4 additions and 7 deletions

View File

@@ -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>