Fix spelling in comment.
This commit is contained in:
parent
231aa6f9b8
commit
46c19012ab
@ -202,8 +202,8 @@ class WebView(QWebView):
|
|||||||
if (objtype.startswith('application/') or
|
if (objtype.startswith('application/') or
|
||||||
elem.hasAttribute('classid')):
|
elem.hasAttribute('classid')):
|
||||||
# Let's hope flash/java stuff has an application/* mimetype OR
|
# Let's hope flash/java stuff has an application/* mimetype OR
|
||||||
# at least a classid attribute. Oh, and let's home images/...
|
# at least a classid attribute. Oh, and let's hope images/...
|
||||||
# DON"T have a classid attribute. HTML sucks.
|
# DON'T have a classid attribute. HTML sucks.
|
||||||
log.mouse.debug("<object type='{}'> clicked.".format(objtype))
|
log.mouse.debug("<object type='{}'> clicked.".format(objtype))
|
||||||
return config.get('input', 'insert-mode-on-plugins')
|
return config.get('input', 'insert-mode-on-plugins')
|
||||||
elif tag == 'div':
|
elif tag == 'div':
|
||||||
|
Loading…
Reference in New Issue
Block a user