summaryrefslogtreecommitdiff
path: root/src/protocolhandler.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-06 01:39:56 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-06 01:41:44 +0200
commitc0bc8cfe4a9b8240b2261109c8f1e0124efac05d (patch)
tree336cf2da91d11bcaf9f5e3eba451e363c02747b7 /src/protocolhandler.cpp
parentrekonq 0.5.86 (diff)
downloadrekonq-c0bc8cfe4a9b8240b2261109c8f1e0124efac05d.tar.xz
Revert "This hacks should fix (a lot of) javascript handling."
Really sorry. Proposed fix does not handle cookies This reverts commit b08c67eb1e45cb94dc6250fe555d84f0c0e7debe. CCBUG:250298
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r--src/protocolhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp
index c0b8a6c2..be236843 100644
--- a/src/protocolhandler.cpp
+++ b/src/protocolhandler.cpp
@@ -85,7 +85,6 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra
// javascript handling
if (_url.protocol() == QL1S("javascript"))
{
- kDebug() << "JAVASCRIPT URL: " << _url;
QString scriptSource = _url.authority();
if(scriptSource.isEmpty()) {
// if javascript:<code here> then authority() returns