WebBrowser/Tools/Scripts.py

branch
QtWebEngine
changeset 4749
750577d35452
parent 4743
f9e2e536d130
child 4758
c973eef8fef1
--- a/WebBrowser/Tools/Scripts.py	Thu Feb 18 20:19:33 2016 +0100
+++ b/WebBrowser/Tools/Scripts.py	Fri Feb 19 19:26:54 2016 +0100
@@ -296,8 +296,7 @@
                     data = data.substring(0, data.length - 1);
                     var url = window.location.href;
                     var username = findUsername(inputs);
-                    external.autoFill.formSubmitted(url, username, password,
-                                                    data);
+                    external.formSubmitted(url, username, password, data);
                 }, true);
             }
             

eric ide

mercurial