Introduction
Introduction Statistics Contact Development Disclaimer Help
thooking onloadfunctions should be done by script.js. - surf - customized build…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 04173f6661ab8a84df36e081c58402ac8ec5b902
parent d3d32fd6c754c9e4528471efe10706638a1192dd
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 7 Oct 2009 15:00:20 +0200
hooking onloadfunctions should be done by script.js.
Diffstat:
M surf.c | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -699,9 +699,6 @@ windowobjectcleared(GtkWidget *w, WebKitWebFrame *frame, J…
filename = g_build_filename(workdir, "script.js", NULL);
if(g_file_get_contents(filename, &script, NULL, &error)) {
- script = g_strdup_printf("window.addEventListener"
- "('DOMContentLoaded', function () { %s }, true…
- script);
jsscript = JSStringCreateWithUTF8CString (script);
JSEvaluateScript (js, jsscript, JSContextGetGlobalObject(js), …
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.