summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorportix <none@none>2012-06-14 12:23:43 +0200
committerportix <none@none>2012-06-14 12:23:43 +0200
commit2f31d3d56953f1f938206cc1f12b942ebe93cfe3 (patch)
tree0f8cd10c6d024fea84fd8582ab5f596075249ad2 /scripts
parenta0835c12ddf1a13f695da7782b100c32f196c44f (diff)
downloaddwb-2f31d3d56953f1f938206cc1f12b942ebe93cfe3.zip
Remove map and onmouseover from hint-types, image map elements are resolved with img, fixes #189
Diffstat (limited to 'scripts')
-rw-r--r--scripts/hints.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hints.js b/scripts/hints.js
index 5f229741..b5e64dc8 100644
--- a/scripts/hints.js
+++ b/scripts/hints.js
@@ -14,8 +14,8 @@ Object.freeze((function () {
lastInput : null,
lastPosition : 0,
newTab : false,
- hintTypes : [ "a, map, textarea, select, input:not([type=hidden]), button, frame, iframe, [onclick], [onmousedown]," +
- "[onmouseover], [role=link], [role=option], [role=button], [role=option], img", // HINT_T_ALL
+ hintTypes : [ "a, textarea, select, input:not([type=hidden]), button, frame, iframe, [onclick], [onmousedown]," +
+ "[role=link], [role=option], [role=button], [role=option], img", // HINT_T_ALL
//[ "iframe",
"a", // HINT_T_LINKS
"img", // HINT_T_IMAGES