Déplacement pour eggification.
[Plinn.git] / skins / generic / scrape_ie_history.py
diff --git a/skins/generic/scrape_ie_history.py b/skins/generic/scrape_ie_history.py
deleted file mode 100644 (file)
index daf65ce..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-##parameters=url=''
-return '''<html><head>
-<script type="text/javascript">
-// <!--
-       function notifyAjaxLinkHandler() {
-               var url = document.body.innerHTML;
-               if (window.parent.linkHandler && url)
-                       window.parent.linkHandler.ie_loadHistory(document.body.innerHTML);
-       }
-// -->
-</script>
-</head>
-<body onload="notifyAjaxLinkHandler();">%s</body></html>''' % url
\ No newline at end of file