bnporc: small changes introduced in the virtual keyboard for personal accounts
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
0cd854409a
commit
49b2f659c3
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class BNPVirtKeyboard(MappedVirtKeyboard):
|
|||
|
||||
def __init__(self, basepage):
|
||||
img=basepage.document.find("//img[@usemap='#MapGril']")
|
||||
MappedVirtKeyboard.__init__(self, basepage.browser.openurl(self.url % time.time()), basepage.document, img, self.color)
|
||||
MappedVirtKeyboard.__init__(self, basepage.browser.openurl(self.url % time.time()), basepage.document, img, self.color, 'ondblclick')
|
||||
self.check_symbols(self.symbols, basepage.browser.responses_dirname)
|
||||
|
||||
def get_symbol_code(self, md5sum):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue