diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-11-16 00:33:41 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-11-16 00:33:47 +0100 |
commit | dbd9786a07e9c10cfe07db58f660fa186243b9a3 (patch) | |
tree | b5e231bd999cbdde1432027561bfa59efe506f63 /modules/pdfrotate/editor.html | |
parent | 4ef74766662a8b57124cdc4b7a9fdafd686f0de2 (diff) |
Add pdfrotate module
Diffstat (limited to 'modules/pdfrotate/editor.html')
-rw-r--r-- | modules/pdfrotate/editor.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/pdfrotate/editor.html b/modules/pdfrotate/editor.html new file mode 100644 index 0000000..6be03a8 --- /dev/null +++ b/modules/pdfrotate/editor.html @@ -0,0 +1,17 @@ +<!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> |