X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FsearchEngine%2Fhtml%2Feditor.html;h=c2733a3c96677c04826c161598422788f6bc7c30;hb=02a075a57f4e40ff34b7ae1351ab77c32d0d427b;hp=332c1a9a0f63503071e0404f13613010d090c149;hpb=f56fe02e31003418cf9dbe3a472fe665acbbf4f5;p=helm.git diff --git a/helm/searchEngine/html/editor.html b/helm/searchEngine/html/editor.html index 332c1a9a0..c2733a3c9 100644 --- a/helm/searchEngine/html/editor.html +++ b/helm/searchEngine/html/editor.html @@ -44,11 +44,11 @@ function armageddon() { if (confirm("This will delete your query and restart a new one. Are you sure?")) { top.initialize(); - top.window.open(top.topurl+"/getpage?url=start.html","qw"); - top.window.open(top.topurl+"/getpage?url=blank.html","cw"); - top.window.open(top.topurl+"/getpage?url=blank.html","hw"); - top.window.open(top.topurl+"/getpage?url=blank.html","gw"); - top.window.open(top.topurl+"/getpage?url=blank.html","sw"); + top.window.open(top.topurl+top.action+"start.html","qw"); + top.window.open(top.topurl+top.action+"blank.html","cw"); + top.window.open(top.topurl+top.action+"blank.html","hw"); + top.window.open(top.topurl+top.action+"blank.html","gw"); + top.window.open(top.topurl+top.action+"blank.html","sw"); } } function comprimispazi()