summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/pdfrotate/editor.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/pdfrotate/editor.html b/modules/pdfrotate/editor.html
deleted file mode 100644
index 6be03a8..0000000
--- a/modules/pdfrotate/editor.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<meta charset="utf-8">
-<title>PDF rotate</title>
-<script>
-var sessionid=(function(){
- var spl=location.href.split("/");
- return spl[spl.length-1];
-})();
-</script>
-</head>
-<body>
-Editor...
-</body>
-<script>alert(sessionid);</script>
-</html>