diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-01-04 09:42:40 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-01-04 09:42:40 +0100 |
commit | f1ae140cde98ede14fd2374ab34cd28d69e9dbfb (patch) | |
tree | 39d4d454e945849f0cf24af37b5c132f4271fddd /modules/pdfrotate | |
parent | 08910fb87998d828d2e9e306fd2487f7b9aa7e73 (diff) |
pdfrotate: Remove unused editor.html
Diffstat (limited to 'modules/pdfrotate')
-rw-r--r-- | modules/pdfrotate/editor.html | 17 |
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> |